Uploaded autoupdater compile script

This commit is contained in:
BigBoiCJ 2024-08-14 00:02:21 +02:00 committed by GitHub
parent 7f6dcfac04
commit 69201e16b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
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