Halite icon indicating copy to clipboard operation
Halite copied to clipboard

[Feature Request] AppImage

Open zero77 opened this issue 6 years ago • 0 comments

Can you please provide an AppImage, this is basically just a standalone portable executable for linux, that doesn't require installation. Thanks

There are different ways to create AppImages:

Use Open Build Service (OBS)
Convert existing binary packages (.deb, .rpm, …)
Bundling your Travis CI builds as AppImages
Run linuxdeployqt on your Qt application
Using electron-builder for Electron-based apps
Create an AppDir manually

Documentation: https://docs.appimage.org/packaging-guide/ways.html https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages

zero77 avatar Jan 08 '19 17:01 zero77