Skip to content

Commit 4828112

Browse files
committed
build: fix desktop
1 parent 24707ae commit 4828112

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/snap/create-desktop-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cat > "${RELEASE_DIR}/algokit-explorer.desktop" <<EOF
1818
Name=algokit-explorer
1919
Exec=algokit-explorer %U
2020
Terminal=false
21-
Icon=${SNAP}/icons/128x128.png
21+
Icon=\${SNAP}/icons/128x128.png
2222
Type=Application
2323
Comment=algokit-explorer
2424
EOF

scripts/snap/create-snapcraft-yaml.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ parts:
5252
apps:
5353
algokit-explorer:
5454
command: algokit-explorer
55+
desktop: algokit-explorer.desktop
5556
plugs:
5657
- desktop
5758
- desktop-legacy

0 commit comments

Comments
 (0)