mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 07:55:23 -04:00
Delete unused Qt5 files after Windows build
This commit is contained in:
parent
8a04472022
commit
07665a0109
4 changed files with 304 additions and 14 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue