mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-22 20:51:27 -05:00
Fix Windows and Mac build scripts
This commit is contained in:
parent
cb1e03db04
commit
3656c3508c
@ -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,
|
||||
],
|
||||
):
|
||||
|
@ -196,6 +196,7 @@ def main():
|
||||
os.path.join(
|
||||
desktop_dir,
|
||||
"windows",
|
||||
"msi",
|
||||
"OnionShare",
|
||||
"src",
|
||||
"app_packages",
|
||||
|
Loading…
Reference in New Issue
Block a user