mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 22:15:57 -05:00
Merge branch 'main' into release-2.6.1
This commit is contained in:
commit
89be998fb1
@ -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…
x
Reference in New Issue
Block a user