Skip to content

Commit

Permalink
Adicionando diretorio de theme para o dist no build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymealonso committed Aug 25, 2023
1 parent 2b0c927 commit 1def9b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

del dist\py-financas.exe /Q
rmdir dist\themes /S /Q

pyinstaller src\main.py ^
--name py-financas ^
Expand All @@ -9,3 +11,5 @@ pyinstaller src\main.py ^
--noconsole ^
--icon="src\view\icons\app-icon.ico"
@REM "src\view\icons\app-icon-32.png"

xcopy themes dist\themes /S /Y /I

0 comments on commit 1def9b9

Please sign in to comment.