add dart fix

This commit is contained in:
leedongmyung 2023-07-06 07:38:29 +09:00
parent f1d5c3ad50
commit 6a13228cd8

View file

@ -269,7 +269,7 @@ class _StartupWindows extends _Startup {
final windowRoamingPath = '\\AppData\\Roaming\\';
final vbsTemplate = """Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "{FILE_PATH}"{PARAMETERS} & Chr(34), 0
WshShell.Run chr(34) & "{FILE_PATH}""{PARAMETERS}" & Chr(34), 0
Set WshShell = Nothing
""";