Adds version to info.plist for macos

This commit is contained in:
Saptak S 2023-09-05 14:28:15 +05:30
parent d758448ac2
commit 84bc9c4615
No known key found for this signature in database
GPG Key ID: 7B7F1772C0C6FCBF

View File

@ -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=[