From 8f5df26a68cc8c4206b4e7ed0105baa2543d8e0d Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 21 Dec 2018 14:30:36 +0100 Subject: [PATCH] The name of the desktop file is now `org.kiwix.desktop.desktop` --- scripts/create_kiwix-desktop_appImage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_kiwix-desktop_appImage.sh b/scripts/create_kiwix-desktop_appImage.sh index 23e7873..8f5d8a6 100755 --- a/scripts/create_kiwix-desktop_appImage.sh +++ b/scripts/create_kiwix-desktop_appImage.sh @@ -8,7 +8,7 @@ APPDIR=${3:-$PWD/AppDir} #TODO We should have our icon ICONFILE=$SOURCEDIR/resources/icons/kiwix/app_icon.svg -DESKTOPFILE=$SOURCEDIR/resources/kiwix-desktop.desktop +DESKTOPFILE=$SOURCEDIR/resources/org.kiwix.desktop.desktop # Create structure mkdir -p $APPDIR/usr/{bin,lib,share} $APPDIR/usr/share/applications $APPDIR/usr/share/icons/hicolor/48x48/apps