fix: script error

This commit is contained in:
手瓜一十雪
2024-08-07 09:27:32 +08:00
parent 81a8115c56
commit b3c1eff137
2 changed files with 2 additions and 2 deletions

View File

@@ -86,5 +86,5 @@ where wt >nul 2>nul
if %errorlevel% equ 0 (
wt "cmd" /c "%QQPath%" --enable-logging %*
) else (
%QQPath%" --enable-logging %*
"%QQPath%" --enable-logging %*
)