Skip to content

jreleaser/jreleaser-appimage

Repository files navigation

AppImage for JReleaser

Build Status GitHub Release Total


Follow these instructions to run JReleaser as an AppImage:

  • Download the latest AppImage from the release page

$ curl https://github.com/jreleaser/jreleaser-appimage/releases/download/v1.12.0/jreleaser-1.12.0-x86_64.AppImage --output jreleaser
  • Make it executable

$ chmod +x jreleaser
  • Run it

$ ./jreleaser --help