Remove Chinese comments from start.vbs
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
Set WshShell = CreateObject("WScript.Shell")
|
Set WshShell = CreateObject("WScript.Shell")
|
||||||
' 隐藏黑窗口启动程序
|
' Run the application hidden without a terminal window
|
||||||
' 使用电子核心程序直接运行,避免 npm 带来的额外进程残留
|
|
||||||
WshShell.Run ".\node_modules\electron\dist\electron.exe .", 0, False
|
WshShell.Run ".\node_modules\electron\dist\electron.exe .", 0, False
|
||||||
|
|||||||
Reference in New Issue
Block a user