From e4d919829d02ed2f15e6e4c665a2a540913f1448 Mon Sep 17 00:00:00 2001 From: vanntile Date: Thu, 24 Jan 2019 18:25:56 +0200 Subject: Changed path in /packaging/appimage/generate.sh --- packaging/appimage/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/appimage/generate.sh b/packaging/appimage/generate.sh index 752ce528c..ef25cb46e 100644 --- a/packaging/appimage/generate.sh +++ b/packaging/appimage/generate.sh @@ -24,7 +24,7 @@ make DESTDIR=appdir -j$(nproc) install ; find appdir/ cp ../packaging/appimage/AppRun appdir/AppRun ; chmod +x appdir/AppRun ( cd appdir/usr/lib/ ; ln -s ../* . ) # FIXME: Why is this needed? ( cd appdir/ ; ln -s usr/* . ) # FIXME: Why is this needed? -cp ./appdir/usr/share/icons/application/256x256/org.inkscape.Inkscape.png ./appdir/ +cp ./appdir/usr/share/icons/hicolor/256x256/apps/org.inkscape.Inkscape.png ./appdir/ sed -i -e 's|^Icon=.*|Icon=org.inkscape.Inkscape|g' ./appdir/usr/share/applications/org.inkscape.Inkscape.desktop # FIXME cd appdir/ -- cgit v1.2.3