Skip to content

Commit

Permalink
fix build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Nov 30, 2022
1 parent 761ed53 commit beb68b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def build_linux():
"--windowed",
"--clean",
"--icon=openandroidinstaller/assets/favicon.ico",
"--paths=openandroidinstaller",
] + added_data

logger.info(f"Running pyinstaller with: {' '.join(pyinstaller_options)}")
Expand All @@ -54,6 +55,7 @@ def build_macos():
"--windowed",
"--clean",
"--icon=openandroidinstaller/assets/favicon.ico",
"--paths=openandroidinstaller",
] + added_data

logger.info(f"Running pyinstaller with: {' '.join(pyinstaller_options)}")
Expand All @@ -76,6 +78,7 @@ def build_windows():
"--windowed",
"--clean",
"--icon=openandroidinstaller/assets/favicon.ico",
"--paths=openandroidinstaller",
] + added_data

logger.info(f"Running pyinstaller with: {' '.join(pyinstaller_options)}")
Expand Down

0 comments on commit beb68b8

Please sign in to comment.