We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad560d commit b96ab2aCopy full SHA for b96ab2a
installer/build-server.py
@@ -367,7 +367,7 @@ def parse_version_info(version_path):
367
368
# Create symlink for AppRun
369
app_run_path = os.path.join(app_dir_path, "AppRun")
370
- os.symlink(os.path.relpath(launcher_path, app_run_path), app_run_path)
+ os.symlink(os.path.relpath(launcher_path, app_dir_path), app_run_path)
371
372
# Add execute bit to file mode for AppRun and scripts
373
st = os.stat(app_run_path)
0 commit comments