mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 07:55:23 -04:00
Adds version to info.plist for macos
This commit is contained in:
parent
d758448ac2
commit
84bc9c4615
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue