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"
|
||||
|
||||
:: Check python installation
|
||||
!py! --version > NUL
|
||||
!py! --version >NUL
|
||||
|
||||
:: Clean potential error or python version
|
||||
CLS
|
||||
|
@ -29,10 +29,10 @@ IF ERRORLEVEL 1 (
|
|||
!py! -m !pipR!
|
||||
) ELSE (
|
||||
:: Check dependencies
|
||||
!py! -m !pipR! > NUL
|
||||
!py! -m !pipR! >NUL
|
||||
)
|
||||
|
||||
:: Run app
|
||||
!py! .\main.py
|
||||
!py! .\main.py --list=aimbot,bhop,chams,fov,glow,noflash,radarhack
|
||||
|
||||
EXIT /b
|
||||
|
|
Reference in a new issue