question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add option to wrap AppImage in tarball

See original GitHub issue

It would be nice if we could configure electron-builder to automatically pack any AppImage releases in a tarball. This has two advantages:

  1. Users don’t have to manually make .AppImage file executable. Instead they can simply run it after extracting it from the tarball.

  2. The archived .AppImage file could have a more user-friendly name like productName 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:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:21 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
probonopdcommented, May 27, 2019

Publishing both is an option of course.

1reaction
jayarjocommented, May 27, 2019

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).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found