Final check and push

This commit is contained in:
TYt50
2026-02-01 15:24:51 +08:00
parent 05cd50796f
commit e087d7347b

View File

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