mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
Finish packaging and code signing for Mac
This commit is contained in:
parent
78e8c4fa36
commit
fde9ac5628
3 changed files with 297 additions and 9 deletions
|
@ -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=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue