File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ def build_linux():
3333 "--windowed" ,
3434 "--clean" ,
3535 "--icon=openandroidinstaller/assets/favicon.ico" ,
36+ "--paths=openandroidinstaller" ,
3637 ] + added_data
3738
3839 logger .info (f"Running pyinstaller with: { ' ' .join (pyinstaller_options )} " )
@@ -54,6 +55,7 @@ def build_macos():
5455 "--windowed" ,
5556 "--clean" ,
5657 "--icon=openandroidinstaller/assets/favicon.ico" ,
58+ "--paths=openandroidinstaller" ,
5759 ] + added_data
5860
5961 logger .info (f"Running pyinstaller with: { ' ' .join (pyinstaller_options )} " )
@@ -76,6 +78,7 @@ def build_windows():
7678 "--windowed" ,
7779 "--clean" ,
7880 "--icon=openandroidinstaller/assets/favicon.ico" ,
81+ "--paths=openandroidinstaller" ,
7982 ] + added_data
8083
8184 logger .info (f"Running pyinstaller with: { ' ' .join (pyinstaller_options )} " )
You can’t perform that action at this time.
0 commit comments