mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
MANIFEST: fixed an issue where RetroArch couldn't remove a folder
This commit is contained in:
parent
03f0b8c460
commit
bbb7c2e304
|
@ -210,7 +210,7 @@ modules:
|
|||
- >-
|
||||
mv ${FLATPAK_DEST}/share/pixmaps/retroarch.svg
|
||||
${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
||||
- rmdir ${FLATPAK_DEST}/share/pixmaps/
|
||||
- rm -rf ${FLATPAK_DEST}/share/pixmaps/
|
||||
- mkdir -p ${FLATPAK_DEST}/etc
|
||||
- >-
|
||||
sed s:@prefix@:${FLATPAK_DEST}:g retroarch.cfg >
|
||||
|
|
Loading…
Reference in a new issue