kiibohd/configurator

Add support for more Linux package types

Opened this issue · 0 comments

haata commented

electron-builder supports a bunch more useful package types now.
Specifically, AppImage is the most convenient as there's no need to install it, just download and mark as executable (or download as an archive so it saves the execute bit).

https://www.electron.build/configuration/linux

Useful targets

  • rpm
  • pacman
  • AppImage (tested this to work already)