SteamAutoCracker/compile sac.bat
2023-11-21 23:27:59 +01:00

8 lines
No EOL
252 B
Batchfile

call .venv\Scripts\activate.bat
pyinstaller --onefile --icon=icon_hashtag.ico sac_files_here\steam_auto_cracker.py
timeout /t 2 /nobreak > NUL
rmdir /S /Q build
del steam_auto_cracker.spec
move dist\steam_auto_cracker.exe "%cd%"
rmdir dist
pause