mirror of
https://github.com/BigBoiCJ/SteamAutoCracker.git
synced 2025-05-17 23:12:10 +02:00
8 lines
No EOL
300 B
Batchfile
8 lines
No EOL
300 B
Batchfile
call .venv\Scripts\activate.bat
|
|
pyinstaller --onefile --icon=icon_hashtag.ico sac_files_here\steam_auto_cracker_gui_autoupdater.py
|
|
timeout /t 2 /nobreak > NUL
|
|
rmdir /S /Q build
|
|
del steam_auto_cracker_gui_autoupdater.spec
|
|
move dist\steam_auto_cracker_gui_autoupdater.exe "%cd%"
|
|
rmdir dist
|
|
pause |