Skip to content
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

Generate AppImage for Linux #2

Merged
merged 3 commits into from
Feb 26, 2017
Merged

Generate AppImage for Linux #2

merged 3 commits into from
Feb 26, 2017

Conversation

probonopd
Copy link
Contributor

screenshot from 2017-02-26 01-36-26

This patch, when merged, will build continuous builds for Linux and bundle them as an AppImage on Travis CI (need to enable Travis CI for the repository like shown here).

Providing an AppImage would have, among others, these advantages:

  • Works for most Linux distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others)
  • One app = one file = super simple for users: just download one AppImage file, make it executable, and run
  • No unpacking or installation necessary
  • No root needed
  • No system libraries changed
  • Just one format for all major distributions
  • Works out of the box, no installation of runtimes needed
  • Optional(!) desktop integration with appimaged
  • Binary delta updates, e.g., for continuous builds (only download the binary diff) using AppImageUpdate
  • Can GPG2-sign your AppImages (inside the file)

Here is an overview of projects that are already distributing upstream-provided, official AppImages.

@probonopd
Copy link
Contributor Author

Thanks for merging.

Instead of storing AppImage builds temporarily for 14 days each on transfer.sh (where no one finds them because the URL is hidden in the build log), you could use GitHub Releases to store the binaries permanently. This way, they would be visible on the Releases page of your project. This is what I recommend. See https://docs.travis-ci.com/user/deployment/releases/. If you want to do this for continuous builds, also see https://github.com/probonopd/uploadtool.

@probonopd probonopd deleted the patch-1 branch February 26, 2017 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants