fix space issue
This commit is contained in:
parent
d11d47a068
commit
fa8ce83cb4
1 changed files with 3 additions and 3 deletions
6
run.bat
6
run.bat
|
@ -6,7 +6,7 @@ SET "pipR=pip install -r .\requirements.txt"
|
||||||
SET "py=python.exe"
|
SET "py=python.exe"
|
||||||
|
|
||||||
:: Check python installation
|
:: Check python installation
|
||||||
!py! --version > NUL
|
!py! --version >NUL
|
||||||
|
|
||||||
:: Clean potential error or python version
|
:: Clean potential error or python version
|
||||||
CLS
|
CLS
|
||||||
|
@ -29,10 +29,10 @@ IF ERRORLEVEL 1 (
|
||||||
!py! -m !pipR!
|
!py! -m !pipR!
|
||||||
) ELSE (
|
) ELSE (
|
||||||
:: Check dependencies
|
:: Check dependencies
|
||||||
!py! -m !pipR! > NUL
|
!py! -m !pipR! >NUL
|
||||||
)
|
)
|
||||||
|
|
||||||
:: Run app
|
:: Run app
|
||||||
!py! .\main.py
|
!py! .\main.py --list=aimbot,bhop,chams,fov,glow,noflash,radarhack
|
||||||
|
|
||||||
EXIT /b
|
EXIT /b
|
||||||
|
|
Reference in a new issue