jasonBirchall / crypto

NO LONGER UPDATED: Cryptocurrency tool for the command line
Apache License 2.0
6 stars 1 forks source link

Create Snap install package #10

Closed jasonBirchall closed 3 years ago

jasonBirchall commented 3 years ago

This will allow users to perform a snap install crypto-tracker command to complete the snap install.

jasonBirchall commented 3 years ago

Running into some small issues with snapcraft. Used this fix to solve. https://forum.snapcraft.io/t/could-not-find-snap-snapcraft-yaml-when-it-is-there/10503/4

jasonBirchall commented 3 years ago

unsquashfs crypto_0.1_amd64.snap is an interesting command I learnt for introspecting the .snap file.

jasonBirchall commented 3 years ago

This video was really useful. https://www.youtube.com/watch?v=BEp_l2oUcD8&feature=emb_logo

jasonBirchall commented 3 years ago

snappy-debug.security scanlog is a useful tool to debug snap application permissions.