mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 11:13:00 -03:00
Fix Windows and Mac build scripts
This commit is contained in:
parent
cb1e03db04
commit
3656c3508c
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ def main():
|
||||||
|
|
||||||
print("○ Create app bundle")
|
print("○ Create app bundle")
|
||||||
run(["briefcase", "create"], desktop_dir)
|
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")
|
print("○ Delete unused Qt5 frameworks from app bundle")
|
||||||
for framework in [
|
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/pyside2-lupdate",
|
||||||
f"{app_path}/Contents/Resources/app_packages/PySide2/rcc",
|
f"{app_path}/Contents/Resources/app_packages/PySide2/rcc",
|
||||||
f"{app_path}/Contents/Resources/app_packages/PySide2/uic",
|
f"{app_path}/Contents/Resources/app_packages/PySide2/uic",
|
||||||
f"{app_path}/Contents/Resources/Support/bin/python3",
|
|
||||||
app_path,
|
app_path,
|
||||||
],
|
],
|
||||||
):
|
):
|
||||||
|
|
|
@ -196,6 +196,7 @@ def main():
|
||||||
os.path.join(
|
os.path.join(
|
||||||
desktop_dir,
|
desktop_dir,
|
||||||
"windows",
|
"windows",
|
||||||
|
"msi",
|
||||||
"OnionShare",
|
"OnionShare",
|
||||||
"src",
|
"src",
|
||||||
"app_packages",
|
"app_packages",
|
||||||
|
|
Loading…
Add table
Reference in a new issue