Add option to wrap AppImage in tarball
See original GitHub issueIt would be nice if we could configure electron-builder to automatically pack any AppImage
releases in a tarball. This has two advantages:
-
Users don’t have to manually make
.AppImage
file executable. Instead they can simply run it after extracting it from the tarball. -
The archived
.AppImage
file could have a more user-friendly name likeproductName
instead of{name}-{version}-{arch}
while the tarball file name could still contain all the relevant information to identify a release.
E.g. you could distribute a my-app-1.0.0-linux-x64.tar
that, when extracted, produces MyApp.AppImage
that can be run without any additional steps. Essentially this would be analog to distributing .app
folders as .zip
archives on OSX.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:21 (8 by maintainers)
Top Results From Across the Web
pkg2appimage - AppImage documentation
You are recommended to check final AppImages, and add rm commands to your recipes to remove unused data. pkg2appimage uses distribution packages downloaded ......
Read more >Installing pandoc
The simplest way to get the latest pandoc release is to use the installer. Download the latest installer. For alternative ways to install...
Read more >Nextcloud Install
Connect to your Nextcloud from Windows, macOS or Linux. Download for desktop. Use the desktop clients to keep your files synchronized between your...
Read more >Flatpak Is Not the Future
Flatpak, Snap, AppImage, Docker, and Steam: these all provide an app packaging ... I'll install it, regardless of the package format.
Read more >Any auto-completion plugin that works with nvim appimage ...
Unfortunately, the only option is to use pre-compiled appimages v0.5.0 (or nightly)… ... (You can also use a [n]vim package manager to install...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Publishing both is an option of course.
I can see why it might be bad for 2GB apps. But mine is 80MB or so. Also I still publish an AppImage (for auto update, etc), I just provide a tar for the first download. 'cause automatic or not, unpacking is still a way more familiar action for regular users, than changing a permission. Even advanced users get confused initially (I mean I’m not guessing here, I’ve seen it happening every time).