mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
PORTMASTER: fixing PortMaster wrapper name
This commit is contained in:
parent
e4e2aa4a33
commit
d833716904
|
@ -531,7 +531,7 @@ 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.sh" "${FLATPAK_DEST}/bin/PortMaster"
|
- cp "PortMaster" "${FLATPAK_DEST}/bin/PortMaster"
|
||||||
- chmod +x ${FLATPAK_DEST}/PortMaster
|
- chmod +x ${FLATPAK_DEST}/PortMaster
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
|
@ -542,7 +542,7 @@ modules:
|
||||||
- |
|
- |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
"/var/data/PortMaster/PortMaster.sh" "$@"
|
"/var/data/PortMaster/PortMaster.sh" "$@"
|
||||||
dest-filename: PortMaster.sh
|
dest-filename: PortMaster
|
||||||
|
|
||||||
# ES-DE
|
# ES-DE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue