You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you searched existing Github issues to see if someone has already requested this feature?
Yes
Is your feature request related to a problem? Please describe.
I noticed that you have a snap package available, thanks to electron-builder. However to install/update it, you currently have to manually download it and install with snap install --dangerous, which isn't very user-friendly.
Describe the solution you'd like
It would be great if the snap could be published to the snap store, so that it can be installed with a regular snap install and updated automatically.
Have you searched existing Github issues to see if someone has already requested this feature?
Yes
Is your feature request related to a problem? Please describe.
I noticed that you have a snap package available, thanks to electron-builder. However to install/update it, you currently have to manually download it and install with
snap install --dangerous
, which isn't very user-friendly.Describe the solution you'd like
It would be great if the snap could be published to the snap store, so that it can be installed with a regular
snap install
and updated automatically.It looks like action-electron-builder already supports this, with the addition of action-snapcraft to your workflow: https://github.com/samuelmeuli/action-electron-builder?tab=readme-ov-file#snapcraft
The text was updated successfully, but these errors were encountered: