Skip to content

Commit 41e8e5d

Browse files
committed
chore: init snap file
1 parent 491c9a1 commit 41e8e5d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

snapcraft.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: algokit-explorer
2+
base: core22
3+
version: '0.1'
4+
summary: Short description of your app
5+
description: |
6+
Detailed description of your app.
7+
8+
confinement: classic
9+
grade: stable
10+
11+
parts:
12+
algokit-explorer:
13+
source: snap-dist
14+
plugin: dump
15+
build-packages:
16+
- build-essential
17+
stage-packages:
18+
- libgtk-3-0
19+
- libwebkit2gtk-4.0-37
20+
21+
apps:
22+
algokit-explorer:
23+
command: algokit-explorer
24+
plugs:
25+
- desktopq
26+
- desktop-legacy
27+
- home
28+
- x11
29+
- wayland

0 commit comments

Comments
 (0)