mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
PORTMASTER: fixing PortMaster wrapper install
This commit is contained in:
parent
0e14c77260
commit
840344217f
|
@ -531,8 +531,8 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/PortMaster/"
|
- mkdir -p "${FLATPAK_DEST}/retrodeck/PortMaster/"
|
||||||
- cp retrodeck.portmaster.zip "${FLATPAK_DEST}/retrodeck/PortMaster.zip"
|
- cp retrodeck.portmaster.zip "${FLATPAK_DEST}/retrodeck/PortMaster.zip"
|
||||||
- cp "PortMaster" "${FLATPAK_DEST}/bin/"
|
- install -Dm755 "PortMaster" "${FLATPAK_DEST}/bin/PortMaster"
|
||||||
- chmod +x ${FLATPAK_DEST}/PortMaster
|
- ls -lah "${FLATPAK_DEST}/bin"
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://github.com/PortsMaster/PortMaster-GUI/releases/download/2024.08.24-1111/retrodeck.portmaster.zip
|
url: https://github.com/PortsMaster/PortMaster-GUI/releases/download/2024.08.24-1111/retrodeck.portmaster.zip
|
||||||
|
|
Loading…
Reference in a new issue