Skip to content

Commit

Permalink
build: fix desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Apr 2, 2024
1 parent 24707ae commit 4828112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/snap/create-desktop-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cat > "${RELEASE_DIR}/algokit-explorer.desktop" <<EOF
Name=algokit-explorer
Exec=algokit-explorer %U
Terminal=false
Icon=${SNAP}/icons/128x128.png
Icon=\${SNAP}/icons/128x128.png
Type=Application
Comment=algokit-explorer
EOF
Expand Down
1 change: 1 addition & 0 deletions scripts/snap/create-snapcraft-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ parts:
apps:
algokit-explorer:
command: algokit-explorer
desktop: algokit-explorer.desktop
plugs:
- desktop
- desktop-legacy
Expand Down

0 comments on commit 4828112

Please sign in to comment.