diff --git a/lib/utils/os_startup.dart b/lib/utils/os_startup.dart index 928b473..8e173a2 100644 --- a/lib/utils/os_startup.dart +++ b/lib/utils/os_startup.dart @@ -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}" & Chr(34) & {PARAMETERS}, 0 Set WshShell = Nothing """;