mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Make CLI symlink in macOS build
This commit is contained in:
parent
26adc1b3ab
commit
2d53acfe07
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ def main():
|
|||
os.symlink(
|
||||
"dangerzone", os.path.join(app_path, "Contents/MacOS/dangerzone-container"),
|
||||
)
|
||||
os.symlink(
|
||||
"dangerzone", os.path.join(app_path, "Contents/MacOS/dangerzone-cli"),
|
||||
)
|
||||
|
||||
print(f"○ Finished build app: {app_path}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue