diff --git a/desktop/scripts/get-tor.py b/desktop/scripts/get-tor.py index 12bf0b50..37f8d4c0 100644 --- a/desktop/scripts/get-tor.py +++ b/desktop/scripts/get-tor.py @@ -159,7 +159,7 @@ def get_tor_macos(gpg, torkey, macos_url, macos_filename, expected_macos_sig): os.path.join(dist_path, "geoip6"), ) shutil.copyfile( - os.path.join(dmg_tor_path, "MacOS", "Tor", "tor.real"), + os.path.join(dmg_tor_path, "MacOS", "Tor", "tor"), os.path.join(dist_path, "tor"), ) os.chmod(os.path.join(dist_path, "tor"), 0o755) diff --git a/desktop/setup-freeze.py b/desktop/setup-freeze.py index ac09389d..9fea8925 100644 --- a/desktop/setup-freeze.py +++ b/desktop/setup-freeze.py @@ -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=[