mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-22 15:39:52 -05:00
Adds version to info.plist for macos
This commit is contained in:
parent
d758448ac2
commit
84bc9c4615
@ -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