Skip to content

Commit

Permalink
Snapcraft update
Browse files Browse the repository at this point in the history
  • Loading branch information
david2278 committed Dec 12, 2024
1 parent ad6a006 commit d9f4377
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
grade: stable
confinement: strict
base: core20
base: core22
compression: lzo
architectures:
- build-on: amd64
Expand All @@ -25,7 +25,8 @@ apps:
# Override HOME so the datadir is located at ~/snap/pepecoin-core/common/.pepecoin/ instead of ~/snap/pepecoin-core/current/.pepecoin/, and each new version of the snap won't have a different data directory: https://docs.snapcraft.io/environment-variables/7983
HOME: $SNAP_USER_COMMON
qt:
command: bin/desktop-launch bin/pepecoin-qt
command-chain: [bin/desktop-launch]
command: bin/pepecoin-qt
plugs: [home, removable-media, network, network-bind, desktop, x11, unity7]
environment:
HOME: $SNAP_USER_COMMON
Expand Down

0 comments on commit d9f4377

Please sign in to comment.