mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
PORTMASTER: fixing PortMaster wrapper path
This commit is contained in:
parent
2e246c2b39
commit
0e14c77260
|
@ -531,7 +531,7 @@ modules:
|
|||
build-commands:
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/PortMaster/"
|
||||
- cp retrodeck.portmaster.zip "${FLATPAK_DEST}/retrodeck/PortMaster.zip"
|
||||
- cp "PortMaster" "${FLATPAK_DEST}/bin/PortMaster"
|
||||
- cp "PortMaster" "${FLATPAK_DEST}/bin/"
|
||||
- chmod +x ${FLATPAK_DEST}/PortMaster
|
||||
sources:
|
||||
- type: file
|
||||
|
|
Loading…
Reference in a new issue