fixed an issue which caused the plugin location wrapper to not run
This commit is contained in:
@@ -18,7 +18,7 @@ modules:
|
||||
- install -d $FLATPAK_DEST/bin
|
||||
- cp -r rns_*/* "$FLATPAK_DEST/bin"
|
||||
- rm -rf rns_*
|
||||
- install -Dm644 ${FLATPAK_DEST}/bin/Installer/renoise.desktop ${FLATPAK_DEST}/share/applications/$FLATPAK_ID.desktop; sed -i 's/Icon=renoise/Icon=com.renoise.Renoise/g' $FLATPAK_DEST/share/applications/$FLATPAK_ID.desktop
|
||||
- install -Dm644 ${FLATPAK_DEST}/bin/Installer/renoise.desktop ${FLATPAK_DEST}/share/applications/$FLATPAK_ID.desktop; sed -i 's/Icon=renoise/Icon=com.renoise.Renoise/g' $FLATPAK_DEST/share/applications/$FLATPAK_ID.desktop; sed -i 's|^Exec=renoise|Exec=renoise-wrapper|' $FLATPAK_DEST/share/applications/$FLATPAK_ID.desktop
|
||||
- for size in 48 64 128; do install -Dm644 $FLATPAK_DEST/bin/Installer/renoise-${size}.png $FLATPAK_DEST/share/icons/hicolor/${size}x${size}/apps/$FLATPAK_ID.png; done
|
||||
- install -Dm644 $FLATPAK_DEST/bin/Installer/renoise.xml $FLATPAK_DEST/share/mime/$FLATPAK_ID.xml
|
||||
- install -Dm644 $FLATPAK_DEST/bin/Installer/renoise.1.gz $FLATPAK_DEST/share/man/man1/renoise.1.gz
|
||||
|
||||
Reference in New Issue
Block a user