From 8c8b40e73156614aa00112559efd1db6f829901c Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Fri, 21 Jun 2024 12:28:32 -0600 Subject: [PATCH] added new assets to build --- build-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-windows.sh b/build-windows.sh index 6d77043..13d3098 100755 --- a/build-windows.sh +++ b/build-windows.sh @@ -1,2 +1,2 @@ -wine /home/piwalker/.wine/drive_c/users/piwalker/AppData/Local/Programs/Python/Python312/Scripts/pyinstaller.exe --onefile Main.py --hidden-import=customtkinter --hidden-import='PIL._tkinter_finder' --add-data "Title.png:." --windowed --add-data="C:\\users\\piwalker\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages;customtkinter/" +wine /home/piwalker/.wine/drive_c/users/piwalker/AppData/Local/Programs/Python/Python312/Scripts/pyinstaller.exe --onefile Main.py --hidden-import=customtkinter --hidden-import='PIL._tkinter_finder' --add-data "CityBase.png:." --add-data "Title.png:." --windowed --add-data="C:\\users\\piwalker\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages;customtkinter/" wine /home/piwalker/.wine/drive_c/users/piwalker/AppData/Local/Programs/Python/Python312/Scripts/pyinstaller.exe --onefile Upload.py --hidden-import='PIL._tkinter_finder' --windowed