show that a release is available for linux when an .AppImage asset exists
See original GitHub issuewith a published .AppImage
asset the ERS Web UI should show an available release for linux
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:15 (11 by maintainers)
Top Results From Across the Web
How can I examine the files inside an Appimage? - Ask Ubuntu
The AppImage is unmounted when the application called in the example is interrupted (e.g., by pressing Ctrl+C, closing the terminal etc.). Note: ...
Read more >How to Add AppImages to Your System Menu on Linux
Locate the AppImage in your file manager, and launch it. AppImageLauncher will launch instead of the AppImage.
Read more >Packaging native binaries - AppImage documentation
The easiest packaging methods are available for native binaries, ... The following guide shows how linuxdeploy is used for this purpose.
Read more >AppImages on Linux: Why developers should stop using them
You simply download an AppImage, give it executable permission, and run it. The application in question should open and you could use it....
Read more >Search Linux Applications On AppImage, Flathub And ...
Since there are several Linux variants exists, building apps for all ... and developers have released their applications in AppImage, ...
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
How about having some ordered preference list? that is, if an
.AppImage
asset is available, show that one? Otherwise, show all the other available versions?Have you looked at how the Visual Studio Code site does it at https://code.visualstudio.com/Download? That is, just let the user choose?
Is this feature still open? According the electron-builder docs, AppImages is a suitable target for auto-update