mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-22 07:29:56 -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": {
|
||||
"iconfile": os.path.join("onionshare", "resources", "onionshare.icns"),
|
||||
"bundle_name": "OnionShare",
|
||||
"plist_items": [
|
||||
("CFBundleShortVersionString", version),
|
||||
("CFBundleVersion", version),
|
||||
],
|
||||
},
|
||||
},
|
||||
executables=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user