Merge pull request #151366 from squalus/standardnotes-icon

standardnotes: fix icon path
This commit is contained in:
Artturi 2022-05-07 17:41:49 +03:00 committed by GitHub
commit c7a2979f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ in appimageTools.wrapType2 rec {
# fixup and install desktop file
${desktop-file-utils}/bin/desktop-file-install --dir $out/share/applications \
--set-key Exec --set-value ${pname} standard-notes.desktop
mv usr/share/icons share
rm usr/lib/* AppRun standard-notes.desktop .so*
'';