dogecoin/contrib/snap
Ross Nicoll 0487794b7c
Refine Snap verification message
Refine Snap verification message to accurately reflect it's checking secure hashes,
not signatures. Checking signature would entail verifying there is a signature from a
trusted person, not just that the hash matches a value in the known values list.
2021-07-14 21:26:56 +01:00
..
README.md Add and document snap support 2021-05-28 16:27:25 -04:00
snapcraft.yaml Refine Snap verification message 2021-07-14 21:26:56 +01:00

All the commands I used for building and pushing to Snapcraft. I've only tested the amd64 .snap package, but anyone on amd64, arm64, or i686 should be able to build and/or install it for themselves with these instructions.


Building Locally

sudo apt install snapd sudo snap install --classic snapcraft snapcraft

To Install Locally

snap install *.snap --devmode

To Push to Snapcraft

snapcraft login snapcraft register dogecoin-core snapcraft push *.snap --release=edge sudo snap install dogecoin-core --channel=edge