Skip to content

Commit

Permalink
Overwrite existing build
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Henderson <[email protected]>
  • Loading branch information
zbee committed Oct 26, 2023
1 parent 49e33be commit f70a281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

os.system('pip install -U pyinstaller pyclean')
os.system('pyinstaller --onefile --noconsole -p=.\\venv\\Lib\\site-packages -i .\\assets\\logo.ico main.py')
os.system('copy .\\dist\\main.exe .\\MobaHinted.exe /a')
os.system('copy .\\dist\\main.exe .\\MobaHinted.exe /a /y')
os.system('rmdir /s /q .\\build\\, .\\dist\\')
os.system('pyclean .\\hinter')
os.system('del /f /q .\\main.spec')

0 comments on commit f70a281

Please sign in to comment.