Finish packaging and code signing for Mac

This commit is contained in:
Micah Lee 2022-01-13 15:13:03 -08:00
parent 78e8c4fa36
commit fde9ac5628
3 changed files with 297 additions and 9 deletions

View file

@ -214,10 +214,7 @@ setup(
# bdist_mac, making the macOS app bundle
"bdist_mac": {
"iconfile": os.path.join("onionshare", "resources", "onionshare.icns"),
"bundle_name": "OnionShare",
"codesign_identity": "Developer ID Application: Micah Lee (N9B95FDWH4)",
"codesign_entitlements": os.path.join("package", "Entitlements.plist"),
"codesign_deep": True,
"bundle_name": "OnionShare"
},
},
executables=[