Skip to content

Commit 409a5c1

Browse files
committed
New AppRun test, to use the build in one from the build server
1 parent c9a7896 commit 409a5c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

installer/build-server.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,12 @@ def parse_version_info(version_path):
365365
shutil.copyfile("/home/ubuntu/apps/AppImageKit/desktopintegration", desktop_wrapper)
366366

367367
# Create symlink for AppRun
368+
# app_run_path = os.path.join(app_dir_path, "AppRun")
369+
# os.symlink(os.path.relpath(launcher_path, app_dir_path), app_run_path)
370+
371+
# Create AppRun file
368372
app_run_path = os.path.join(app_dir_path, "AppRun")
369-
os.symlink(os.path.relpath(launcher_path, app_dir_path), app_run_path)
373+
shutil.copyfile("/home/ubuntu/apps/AppImageKit/AppRun", app_run_path)
370374

371375
# Add execute bit to file mode for AppRun and scripts
372376
st = os.stat(app_run_path)

0 commit comments

Comments
 (0)