mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
chore: start bat
This commit is contained in:
parent
c4ab6a4a8d
commit
d66ab7d389
3
script/napcat-custom.bat
Normal file
3
script/napcat-custom.bat
Normal file
@ -0,0 +1,3 @@
|
||||
chcp 65001
|
||||
set ELECTRON_RUN_AS_NODE=1
|
||||
"H:\Program Files\QQNT最新版\QQ.exe" %~dp0/napcat.cjs %*
|
||||
@ -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 %*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user