mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-24 14:30:29 -04:00
Merge branch 'main' into release-2.6.1
This commit is contained in:
commit
89be998fb1
1 changed files with 4 additions and 0 deletions
|
@ -146,6 +146,10 @@ setup(
|
||||||
"bdist_mac": {
|
"bdist_mac": {
|
||||||
"iconfile": os.path.join("onionshare", "resources", "onionshare.icns"),
|
"iconfile": os.path.join("onionshare", "resources", "onionshare.icns"),
|
||||||
"bundle_name": "OnionShare",
|
"bundle_name": "OnionShare",
|
||||||
|
"plist_items": [
|
||||||
|
("CFBundleShortVersionString", version),
|
||||||
|
("CFBundleVersion", version),
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
executables=[
|
executables=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue