aboutsummaryrefslogtreecommitdiff
path: root/desktop/setup-freeze.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-12-23 11:58:31 -0800
committerMicah Lee <micah@micahflee.com>2021-12-23 11:58:31 -0800
commitb5cac769bb53c38bffb5cda1f4bc1257121a8f9c (patch)
tree8ad64961e5f69b2b7cdffbe16d12109f294f1b60 /desktop/setup-freeze.py
parent159540f06b3cf4697bb7defac5610275aa5618ff (diff)
parent07665a01090c63dc93becb6e89d6d0719cc59981 (diff)
downloadonionshare-b5cac769bb53c38bffb5cda1f4bc1257121a8f9c.tar.gz
onionshare-b5cac769bb53c38bffb5cda1f4bc1257121a8f9c.zip
Merge branch 'cx_freeze-packaging' of github.com:micahflee/onionshare into cx_freeze-packaging
Diffstat (limited to 'desktop/setup-freeze.py')
-rw-r--r--desktop/setup-freeze.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/setup-freeze.py b/desktop/setup-freeze.py
index 5dc1728f..b264af80 100644
--- a/desktop/setup-freeze.py
+++ b/desktop/setup-freeze.py
@@ -114,7 +114,8 @@ include_files = [(os.path.join("..", "LICENSE"), "LICENSE")]
if platform.system() == "Windows":
include_msvcr = True
- gui_base = "Win32GUI"
+ # gui_base = "Win32GUI"
+ gui_base = None
exec_icon = os.path.join("onionshare", "resources", "onionshare.ico")
elif platform.system() == "Darwin":
@@ -219,11 +220,6 @@ setup(
"codesign_entitlements": os.path.join("package", "Entitlements.plist"),
"codesign_deep": True,
},
- # bdist_dmg, packaging the macOS app bundle in a dmg
- "bdist_dmg": {
- "volume_label": f"OnionShare-{version}",
- "applications_shortcut": True,
- },
},
executables=[
Executable(