mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
RUFFLE: integrated wrapper in the module
This commit is contained in:
parent
18573d735c
commit
e61a46318b
|
@ -727,14 +727,15 @@ modules:
|
||||||
- name: ruffle
|
- name: ruffle
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- install -Dm755 ruffle "${FLATPAK_DEST}/bin/ruffle"
|
||||||
cp -p ruffle "${FLATPAK_DEST}/bin/"
|
- install -Dm755 ruffle-rdwrapper.sh "${FLATPAK_DEST}/bin/ruffle-rdwrapper.sh"
|
||||||
chmod +x "${FLATPAK_DEST}/bin/ruffle"
|
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
strip-components: 0
|
strip-components: 0
|
||||||
url: https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-09-17/ruffle-nightly-2024_09_17-linux-x86_64.tar.gz
|
url: https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-09-17/ruffle-nightly-2024_09_17-linux-x86_64.tar.gz
|
||||||
sha256: 8a0c8ab2638dd54140b14febee0bc43e354b05fb28a29e127e4e0e44fe5c087c
|
sha256: 8a0c8ab2638dd54140b14febee0bc43e354b05fb28a29e127e4e0e44fe5c087c
|
||||||
|
- type: file
|
||||||
|
path: config/ruffle/ruffle-rdwrapper.sh
|
||||||
|
|
||||||
- name: retrodeck
|
- name: retrodeck
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -796,10 +797,6 @@ modules:
|
||||||
- ln -s ${FLATPAK_DEST}/bin/retrodeck.sh ${FLATPAK_DEST}/bin/retrodeck
|
- ln -s ${FLATPAK_DEST}/bin/retrodeck.sh ${FLATPAK_DEST}/bin/retrodeck
|
||||||
- ln -s ${FLATPAK_DEST}/tools/configurator.sh ${FLATPAK_DEST}/bin/configurator
|
- ln -s ${FLATPAK_DEST}/tools/configurator.sh ${FLATPAK_DEST}/bin/configurator
|
||||||
|
|
||||||
# RUFFLE wrapper
|
|
||||||
- cp config/ruffle/ruffle-rdwrapper.sh "${FLATPAK_DEST}/bin/ruffle-rdwrapper.sh"
|
|
||||||
- chmod +x "${FLATPAK_DEST}/bin/ruffle-rdwrapper.sh"
|
|
||||||
|
|
||||||
# Install MIME Type
|
# Install MIME Type
|
||||||
- install -Dm 644 config/retrodeck/net.retrodeck.retrodeck.mime.xml /app/share/mime/packages/net.retrodeck.retrodeck.mime.xml
|
- install -Dm 644 config/retrodeck/net.retrodeck.retrodeck.mime.xml /app/share/mime/packages/net.retrodeck.retrodeck.mime.xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue