diff --git a/desktop/package/macos/build.py b/desktop/package/macos/build.py index ea1e90c9..2bfea3ad 100755 --- a/desktop/package/macos/build.py +++ b/desktop/package/macos/build.py @@ -67,7 +67,7 @@ def main(): print("○ Create app bundle") run(["briefcase", "create"], desktop_dir) - app_path = os.path.join(desktop_dir, "macOS", "OnionShare", "OnionShare.app") + app_path = os.path.join(desktop_dir, "macOS", "app", "OnionShare", "OnionShare.app") print("○ Delete unused Qt5 frameworks from app bundle") for framework in [ @@ -212,7 +212,6 @@ def main(): f"{app_path}/Contents/Resources/app_packages/PySide2/pyside2-lupdate", f"{app_path}/Contents/Resources/app_packages/PySide2/rcc", f"{app_path}/Contents/Resources/app_packages/PySide2/uic", - f"{app_path}/Contents/Resources/Support/bin/python3", app_path, ], ): diff --git a/desktop/package/windows/build.py b/desktop/package/windows/build.py index 5fc796d4..bbccbe46 100644 --- a/desktop/package/windows/build.py +++ b/desktop/package/windows/build.py @@ -196,6 +196,7 @@ def main(): os.path.join( desktop_dir, "windows", + "msi", "OnionShare", "src", "app_packages",