mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
MANIFEST: inclued flathub suggested fixes
This commit is contained in:
parent
1dc360d0a9
commit
b12fdf0000
|
@ -237,14 +237,10 @@ modules:
|
||||||
path: rd-submodules/retroarch/retroarch.cfg
|
path: rd-submodules/retroarch/retroarch.cfg
|
||||||
post-install:
|
post-install:
|
||||||
- mkdir -p ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
- mkdir -p ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
||||||
- >-
|
- mv ${FLATPAK_DEST}/share/pixmaps/retroarch.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
||||||
mv ${FLATPAK_DEST}/share/pixmaps/retroarch.svg
|
|
||||||
${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
|
||||||
- rmdir --ignore-fail-on-non-empty ${FLATPAK_DEST}/share/pixmaps/
|
- rmdir --ignore-fail-on-non-empty ${FLATPAK_DEST}/share/pixmaps/
|
||||||
- mkdir -p ${FLATPAK_DEST}/etc
|
- mkdir -p ${FLATPAK_DEST}/etc
|
||||||
- >-
|
- sed s:@prefix@:${FLATPAK_DEST}:g retroarch.cfg > ${FLATPAK_DEST}/etc/retroarch.cfg
|
||||||
sed s:@prefix@:${FLATPAK_DEST}:g retroarch.cfg >
|
|
||||||
${FLATPAK_DEST}/etc/retroarch.cfg
|
|
||||||
modules:
|
modules:
|
||||||
- rd-submodules/retroarch/libpng/libpng-1.6.35.json
|
- rd-submodules/retroarch/libpng/libpng-1.6.35.json
|
||||||
#nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013.json
|
#nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013.json
|
||||||
|
@ -790,7 +786,6 @@ modules:
|
||||||
tag-query: .tag_name
|
tag-query: .tag_name
|
||||||
version-query: $tag | sub("^gh-release/"; "")
|
version-query: $tag | sub("^gh-release/"; "")
|
||||||
timestamp-query: .published_at
|
timestamp-query: .published_at
|
||||||
is-main-source: true
|
|
||||||
|
|
||||||
# XEMU - END
|
# XEMU - END
|
||||||
|
|
||||||
|
@ -852,7 +847,6 @@ modules:
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^(nightly-\d+)$
|
tag-pattern: ^(nightly-\d+)$
|
||||||
is-main-source: true
|
|
||||||
|
|
||||||
# CITRA - END
|
# CITRA - END
|
||||||
|
|
||||||
|
@ -1017,7 +1011,6 @@ modules:
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: "^v([\\d.]+)$"
|
tag-pattern: "^v([\\d.]+)$"
|
||||||
is-main-source: true
|
|
||||||
|
|
||||||
# PPSSPP - END
|
# PPSSPP - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue