From 1def9b9aad2583a6e1beb46209228e6e6846b09c Mon Sep 17 00:00:00 2001 From: jayme Date: Fri, 25 Aug 2023 20:45:28 +0100 Subject: [PATCH] Adicionando diretorio de theme para o dist no build --- build.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.bat b/build.bat index 6822387..71ccdf9 100644 --- a/build.bat +++ b/build.bat @@ -1,4 +1,6 @@ +del dist\py-financas.exe /Q +rmdir dist\themes /S /Q pyinstaller src\main.py ^ --name py-financas ^ @@ -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 \ No newline at end of file