From f89ca018d69618b31b0f18729b88a25b654f2027 Mon Sep 17 00:00:00 2001 From: cybrneko Date: Sat, 4 Jul 2026 15:36:32 -0500 Subject: [PATCH] fixed an issue which caused the plugin location wrapper to not run --- com.renoise.Renoise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.renoise.Renoise.yml b/com.renoise.Renoise.yml index fed0de9..f7b294e 100644 --- a/com.renoise.Renoise.yml +++ b/com.renoise.Renoise.yml @@ -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