mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
Fix Windows and Mac build scripts
This commit is contained in:
parent
4914fe1878
commit
b3a820a5f1
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
],
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue