mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 04:45:46 +00:00
Merge pull request #340 from 123233513/main
%RetString% 增加引号,解决QQ目录包含空格的问题
This commit is contained in:
commit
c90cfb99bd
@ -21,7 +21,8 @@ for /f "tokens=2*" %%a in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\M
|
|||||||
)
|
)
|
||||||
|
|
||||||
:napcat_boot
|
:napcat_boot
|
||||||
for %%a in (%RetString%) do (
|
:: %RetString% 增加引号,解决QQ目录包含空格的问题,比如安装在:C:\Program Files\Tencent\QQNT
|
||||||
|
for %%a in ("%RetString%") do (
|
||||||
set "pathWithoutUninstall=%%~dpa"
|
set "pathWithoutUninstall=%%~dpa"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user