Delete unused Qt5 files after Windows build

This commit is contained in:
Micah Lee 2021-12-23 11:49:43 -08:00
parent 8a04472022
commit 07665a0109
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 304 additions and 14 deletions

View file

@ -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(