mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
MANIFEST: cleanup [skip ci]
This commit is contained in:
parent
970f23b7f7
commit
a2f06b072c
|
@ -52,7 +52,6 @@ cleanup:
|
||||||
- '*.la'
|
- '*.la'
|
||||||
- /app/retrodeck/tmplib
|
- /app/retrodeck/tmplib
|
||||||
|
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
# dependency of: CEMU (1.0.26), DOLPHIN (1.0.27)
|
# dependency of: CEMU (1.0.26), DOLPHIN (1.0.27)
|
||||||
|
@ -263,7 +262,6 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- chmod +x *.AppImage
|
- chmod +x *.AppImage
|
||||||
- ./*.AppImage --appimage-extract
|
- ./*.AppImage --appimage-extract
|
||||||
#- rm -f /app/lib/libselinux.so.1 # TODO this rfile is breaking the build, we need it? Error: cp: /app/lib/libselinux.so.1: no version information available (required by cp)
|
|
||||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
|
- mkdir -p "${FLATPAK_DEST}/retrodeck/tmplib" "${FLATPAK_DEST}/retrodeck/tmplib/debug"
|
||||||
- mv "squashfs-root/usr/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
- mv "squashfs-root/usr/lib/"* "${FLATPAK_DEST}/retrodeck/tmplib"
|
||||||
- cp -r squashfs-root/usr/* "${FLATPAK_DEST}"
|
- cp -r squashfs-root/usr/* "${FLATPAK_DEST}"
|
||||||
|
|
Loading…
Reference in a new issue