krydos / todoist-linux

The Linux wrapper for Todoist web version. Unofficial!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snap store version?

patrick330602 opened this issue · comments

It would be great if this have a snap store version. and it is also super easy to get build a snap: https://snapcraft.io/docs/electron-apps

There seems to be a version on the snap store already.
Check it out here

I'm having hard times supporting different stores/sources of the app. For example Arch's AUR repo is 2 version behind the latest release.
I'm not mind to have snap version of the app but I don't think I will be good enough in supporting it.

Do you guys know how to use continues integration (like CircleCI) solutions to automatically update AUR, Snap and possibly other sources? I researched this question for AUR recently and it should be doable fairly easily, I just have to spend some time on this but I honestly don't know if CircleCI can help with Snap store.

Do you guys know how to use continues integration (like CircleCI) solutions to automatically update AUR, Snap and possibly other sources? I researched this question for AUR recently and it should be doable fairly easily, I just have to spend some time on this but I honestly don't know if CircleCI can help with Snap store.

The CircleCI documentation has instructions on how to integrate with Snap store, I hope that this might be useful https://circleci.com/docs/2.0/build-publish-snap-packages/

The Action Electron Builder for Github Actions deploys to Snapcraft. Maybe it's useful.