diff options
| author | vanntile <valentin.ionita1201@gmail.com> | 2019-01-24 16:25:56 +0000 |
|---|---|---|
| committer | vanntile <valentin.ionita1201@gmail.com> | 2019-01-24 16:25:56 +0000 |
| commit | e4d919829d02ed2f15e6e4c665a2a540913f1448 (patch) | |
| tree | 6ef85f38c5a1b1275b931b27ee2855461ab9abe8 /packaging | |
| parent | Packaging file path fixes (diff) | |
| download | inkscape-e4d919829d02ed2f15e6e4c665a2a540913f1448.tar.gz inkscape-e4d919829d02ed2f15e6e4c665a2a540913f1448.zip | |
Changed path in /packaging/appimage/generate.sh
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/appimage/generate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |
