aboutsummaryrefslogtreecommitdiff
path: root/desktop/setup-freeze.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-12-23 11:49:43 -0800
committerMicah Lee <micah@micahflee.com>2021-12-23 11:49:43 -0800
commit07665a01090c63dc93becb6e89d6d0719cc59981 (patch)
treee315fceddae5b91a0cf45bc2177173030f156486 /desktop/setup-freeze.py
parent8a04472022a7ddc37d40acc2b71247aed08ebc8f (diff)
downloadonionshare-07665a01090c63dc93becb6e89d6d0719cc59981.tar.gz
onionshare-07665a01090c63dc93becb6e89d6d0719cc59981.zip
Delete unused Qt5 files after Windows build
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 0a26620b..36f81bd7 100644
--- a/desktop/setup-freeze.py
+++ b/desktop/setup-freeze.py
@@ -113,7 +113,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":
@@ -209,11 +210,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(