Final check and push
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
Set WshShell = CreateObject("WScript.Shell")
|
Set WshShell = CreateObject("WScript.Shell")
|
||||||
' Run the application hidden without a terminal window
|
' Use cmd /c to run electron.cmd which is what npm start uses
|
||||||
WshShell.Run ".\node_modules\electron\dist\electron.exe .", 0, False
|
' This ensures all environment variables and paths are correctly set
|
||||||
|
WshShell.Run "cmd /c .\node_modules\.bin\electron.cmd .", 0, False
|
||||||
|
|||||||
Reference in New Issue
Block a user