mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
fix(MANIFEST): remove retrodeck_function_wrapper.sh in non-cooker versions [skip ci]
This commit is contained in:
parent
eaca71d134
commit
fa27bc6bb1
|
@ -846,6 +846,12 @@ modules:
|
|||
# Installing metainfo
|
||||
- install -Dm 644 net.retrodeck.retrodeck.metainfo.xml ${FLATPAK_DEST}/share/metainfo/net.retrodeck.retrodeck.metainfo.xml
|
||||
|
||||
# Removing the retrodeck_function_wrapper.sh in non-cooker versions (aka main)
|
||||
- |
|
||||
if ! grep -q "cooker" "${FLATPAK_DEST}/retrodeck/version"; then
|
||||
rm -f "${FLATPAK_DEST}/tools/retrodeck_function_wrapper.sh"
|
||||
fi
|
||||
|
||||
sources:
|
||||
- type: dir
|
||||
path: .
|
||||
|
|
Loading…
Reference in a new issue