Skip to content

Commit f9c1fb7

Browse files
authored
fix icon path
1 parent 9e5c9b8 commit f9c1fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export ARCH VERSION
88
export OUTPATH=./dist
99
export ADD_HOOKS="self-updater.bg.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
11-
export ICON=/usr/share/icons/hicolor/256x256/parsecd.png
11+
export ICON=/usr/share/icons/hicolor/256x256/apps/parsecd.png
1212
export DESKTOP=/usr/share/applications/parsecd.desktop
1313

1414
# Deploy dependencies

0 commit comments

Comments
 (0)