For Linux, snaps are the easiest way to make cross-platform installable apps. However, right now, people need to run snap install botpress-installer.snap --force-dangerous to run it, which is slightly inconvenient.
Adding it to the snapstore would solve this issue, and make it easier to find Botpress.
https://snapcraft.io/docs/electron-apps
An alternative format is AppImage, but that's not installable.
For Linux, snaps are the easiest way to make cross-platform installable apps. However, right now, people need to run
snap install botpress-installer.snap --force-dangerousto run it, which is slightly inconvenient.Adding it to the snapstore would solve this issue, and make it easier to find Botpress.
https://snapcraft.io/docs/electron-apps
An alternative format is AppImage, but that's not installable.