Rename launcher to start.vbs and remove README

This commit is contained in:
TYt50
2026-02-01 15:19:29 +08:00
parent dfdef22667
commit d4c03137f9
2 changed files with 0 additions and 22 deletions

4
start.vbs Normal file
View File

@@ -0,0 +1,4 @@
Set WshShell = CreateObject("WScript.Shell")
' 隐藏黑窗口启动程序
' 使用电子核心程序直接运行,避免 npm 带来的额外进程残留
WshShell.Run ".\node_modules\electron\dist\electron.exe .", 0, False