mirror of
https://github.com/BigBoiCJ/SteamAutoCracker.git
synced 2025-05-16 22:33:58 +02:00
8 lines
309 B
Batchfile
8 lines
309 B
Batchfile
call .venv\Scripts\activate.bat
|
|
pyinstaller --onefile --windowed --icon=icon_hashtag.ico sac_files_here\steam_auto_cracker_gui.py --additional-hooks-dir=./hooks/
|
|
timeout /t 2 /nobreak > NUL
|
|
rmdir /S /Q build
|
|
del steam_auto_cracker_gui.spec
|
|
move dist\steam_auto_cracker_gui.exe "%cd%"
|
|
rmdir dist
|
|
pause
|