Added AppImage build script for PyBitmessage #1769
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "v0.6-appimage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added AppImage build scripts under
packages/AppImage/
Added build instructions under
docs/
Could you build the appimage on travis?
Please don't include binary. It's build should be part of release process.
this requires root
Yes, is that a problem?. If yes, I can change so it won't require root.
I'm not sure. Let's check: https://github.com/g1itch/PyBitmessage/commits/ci-wine-further
I see some issue with script: https://travis-ci.org/github/g1itch/PyBitmessage/jobs/773056006, need to check it manually as well.
Also mark the last commit as closing #1450 when finish.
OK, I found possible fix for AppRun: efefa4f. Bad news: this appimage still requires PyQt4 installed system wide.
It should work without root: a67ad09
OKay, I'll make the changes.
Please squash two first commits to not bloat the repo. Also we need dependencies inside of the bundle, because its purpose is to work around the removal of PyQt4 and python2.