fetchcord / FetchCord

FetchCord grabs your OS info and displays it as Discord Rich Presence
MIT License
326 stars 21 forks source link

Add snap support #146

Closed TabulateJarl8 closed 3 years ago

TabulateJarl8 commented 3 years ago

I recently figured out how to use snaps, and saw that "Snap Support" was in the todo list, so I went ahead and did it. Here are instructions on how to publish it to the snap store, and feel free to change any metadata of the snap. The snap store can also automatically build and release the snap for you by connecting it to your GitHub account (https://snapcraft.io/build). Feel free to ask me any questions about the snapcraft.

BlivionIaG commented 3 years ago

Oh I just saw the pr rn, i'll look into it tomorrow

BlivionIaG commented 3 years ago

Well i just looked and it seams quite simple ^^.

TabulateJarl8 commented 3 years ago

I forgot to mention, if you want to release a version to the beta channel, set grade to devel in the snapcraft.yaml file and when running the snap upload command, add the --release=beta argument.