Skip to content

Commit 534b4da

Browse files
authored
set APPNAME since .desktop is cursed
1 parent 03ea115 commit 534b4da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

make-appimage.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ VERSION=$(pacman -Q desmume | awk '{print $2; exit}') # example command to get v
77
export ARCH VERSION
88
export OUTPATH=./dist
99
export ADD_HOOKS="self-updater.bg.hook"
10-
export DESKTOP=/usr/share/applications/org.desmume.DeSmuME.desktop
11-
export ICON=/usr/share/icons/hicolor/scalable/apps/org.desmume.DeSmuME.svg
1210
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
11+
export ICON=/usr/share/icons/hicolor/scalable/apps/org.desmume.DeSmuME.svg
12+
export DESKTOP=/usr/share/applications/org.desmume.DeSmuME.desktop
13+
export APPNAME=DeSmuME
1314
export DEPLOY_SDL=1
1415
export DEPLOY_OPENGL=1
1516

0 commit comments

Comments
 (0)