fix(MANIFEST): remove retrodeck_function_wrapper.sh in non-cooker versions [skip ci]

This commit is contained in:
XargonWan 2025-04-03 12:47:41 +09:00
parent eaca71d134
commit fa27bc6bb1

View file

@ -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: .