diff --git a/install/macos/build_app.py b/install/macos/build_app.py index b0e7bbb..6922f57 100755 --- a/install/macos/build_app.py +++ b/install/macos/build_app.py @@ -43,6 +43,11 @@ def main(): run(["pyinstaller", "install/pyinstaller/pyinstaller.spec", "--clean"]) shutil.rmtree(os.path.join(dist_path, "dangerzone")) + os.symlink( + os.path.join(app_path, "Contents/MacOS/dangerzone"), + os.path.join(app_path, "Contents/MacOS/dangerzone-container"), + ) + print(f"○ Finished build app: {app_path}") if args.with_codesign: