Skip to content

Commit

Permalink
packaging: switch to onefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 15, 2024
1 parent 32fbdc2 commit 2896622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder/pyinstaller_build_ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
).replace(".", "-"),
"--noconfirm",
"--noupx",
"--onedir",
# "--onefile",
# "--onedir",
"--onefile",
"--windowed",
str(package_folder / "DicoGIS.py"),
]
Expand Down
4 changes: 2 additions & 2 deletions builder/pyinstaller_build_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
),
"--noconfirm",
"--noupx",
"--onedir",
# "--onefile",
# "--onedir",
"--onefile",
"--version-file={}".format("version_info.txt"),
"--windowed",
str(package_folder / "DicoGIS.py"),
Expand Down

0 comments on commit 2896622

Please sign in to comment.