mirror of
https://github.com/BigBoiCJ/SteamAutoCracker.git
synced 2025-05-11 18:35:35 +02:00
Uploaded autoupdater compile script
This commit is contained in:
parent
7f6dcfac04
commit
69201e16b6
1 changed files with 8 additions and 0 deletions
8
compile sac gui autoupdater.bat
Normal file
8
compile sac gui autoupdater.bat
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue