mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
Updated ArtBook and added the no meta one
This commit is contained in:
parent
aba01cec13
commit
b0b254cfd9
|
@ -115,7 +115,7 @@
|
||||||
<string name="ScreensaverSlideshowImageDir" value="~/.emulationstation/slideshow/custom_images" />
|
<string name="ScreensaverSlideshowImageDir" value="~/.emulationstation/slideshow/custom_images" />
|
||||||
<string name="ScreensaverType" value="video" />
|
<string name="ScreensaverType" value="video" />
|
||||||
<string name="StartupSystem" value="" />
|
<string name="StartupSystem" value="" />
|
||||||
<string name="ThemeSet" value="art-book-next-de" />
|
<string name="ThemeSet" value="art-book-next" />
|
||||||
<string name="TransitionStyle" value="slide" />
|
<string name="TransitionStyle" value="slide" />
|
||||||
<string name="UIMode" value="full" />
|
<string name="UIMode" value="full" />
|
||||||
<string name="UIMode_passkey" value="uuddlrlrba" />
|
<string name="UIMode_passkey" value="uuddlrlrba" />
|
|
@ -215,13 +215,22 @@ modules:
|
||||||
- name: art-book-next
|
- name: art-book-next
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- mkdir -p ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next-de/
|
- mkdir -p ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next/
|
||||||
- mv -f * ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next-de/
|
- mv -f * ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next/
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/anthonycaccese/art-book-next-retropie.git
|
url: https://github.com/anthonycaccese/art-book-next-retropie.git
|
||||||
commit: 53ef4aa8a23ebac7c2c473d32b189d58533429ec
|
commit: 6197b224b330deee5e78f9c9d9383472fd226544
|
||||||
|
|
||||||
|
- name: art-book-next-no-meta
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- mkdir -p ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next-no-meta/
|
||||||
|
- mv -f * ${FLATPAK_DEST}/share/emulationstation/themes/art-book-next-no-meta/
|
||||||
|
sources:
|
||||||
|
- type: git
|
||||||
|
url: https://github.com/anthonycaccese/art-book-next-retropie.git
|
||||||
|
commit: eefefb1b9f60c8b2892c5e7b1e487669974672d1
|
||||||
|
|
||||||
# External manifests start
|
# External manifests start
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue