chore: start bat

This commit is contained in:
linyuchen 2024-04-15 01:38:46 +08:00
parent c4ab6a4a8d
commit d66ab7d389
2 changed files with 5 additions and 2 deletions

3
script/napcat-custom.bat Normal file
View File

@ -0,0 +1,3 @@
chcp 65001
set ELECTRON_RUN_AS_NODE=1
"H:\Program Files\QQNT最新版\QQ.exe" %~dp0/napcat.cjs %*

View File

@ -18,5 +18,5 @@ for %%a in ("!RetString!") do (
set "QQPath=!pathWithoutUninstall!QQ.exe"
set ELECTRON_RUN_AS_NODE=1
echo !QQPath!
!QQPath! ./napcat.cjs
echo "!QQPath!"
"!QQPath!" %~dp0/napcat.cjs %*