Files
armandarmand/task1/task1-ticket1/helloworld/browser/hello-error/Config.bas
louiscklaw 8719fe58b8 update,
2025-02-01 01:59:56 +08:00

9 lines
186 B
QBasic

Attribute VB_Name = "Config"
Option Explicit
Global ChromiumBinaryPath as string
Sub init
ChromiumBinaryPath = "C:\Users\logic\AppData\Local\Chromium\Application\chrome.exe"
end sub