mirror of
https://github.com/BigBoiCJ/SteamAutoCracker.git
synced 2026-02-04 05:41:18 +01:00
Added pyinstaller hooks dir
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
call .venv\Scripts\activate.bat
|
||||
pyinstaller --onefile --windowed --icon=icon_hashtag.ico sac_files_here\steam_auto_cracker_gui.py
|
||||
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
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user