Added quotes for escaping

This commit is contained in:
duh-git
2025-04-12 23:17:48 +03:00
committed by Flowseal
parent 0360ff318b
commit 2ed3c1e279
13 changed files with 26 additions and 26 deletions

View File

@@ -14,8 +14,8 @@ if "%1"=="admin" (
:: Main
cd /d "%~dp0"
set BIN_PATH=%~dp0bin\
set LISTS_PATH=%~dp0lists\
set "BIN_PATH=%~dp0bin\"
set "LISTS_PATH=%~dp0lists\"
:: Checking for updates
call check_updates.bat soft