-
Notifications
You must be signed in to change notification settings - Fork 807
Appimage v2 #1101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appimage v2 #1101
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1101 +/- ##
===========================================
+ Coverage 28.27% 29.01% +0.74%
===========================================
Files 398 409 +11
Lines 12804 12911 +107
===========================================
+ Hits 3620 3746 +126
+ Misses 9184 9165 -19
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but have some questions
This file was used by appimage-builder, which we are no longer using.
Since AppImages are read-only filesystems, the agent cannot create any files in `./`. Therefore, setting cwd in the `subprocess.Popen()` call will change CWD to a writable directory if `data_dir` is set.
6e4756b
to
f3439bb
Compare
What does this PR do?
This PR contains version 2 of the build scripts and artifacts for an AppImage package.
Fixes #1090
Add any further explanations here.
PR Checklist
Testing Checklist