mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Feat/pancakes (#998)
* PANKCAKES: added latest version with RetroDECK specific fixes * PANCAKES: added manual release
This commit is contained in:
parent
2efa01e020
commit
2c228f9a55
|
@ -98,7 +98,6 @@
|
|||
</ul>
|
||||
<p>Known issues:</p>
|
||||
<ul>
|
||||
<li>Ryujinx temporary removed until we figure out the situation</li>
|
||||
<li>Please check the know issues in the Wiki under General Information.</li>
|
||||
<li>GZDoom version is temporarly frozen until we find out how to correctly build it</li>
|
||||
<li>Vita3K currently broken, a PR with a fix is being "cooked"</li>
|
||||
|
|
|
@ -566,19 +566,19 @@ modules:
|
|||
|
||||
# Pancakes
|
||||
|
||||
# - name: Pancakes
|
||||
# buildsystem: simple
|
||||
# build-commands:
|
||||
# - mkdir -p "${FLATPAK_DEST}"
|
||||
# - mv *.so* "${FLATPAK_DEST}/retrodeck/tmplib/"
|
||||
# - mv R*x* "${FLATPAK_DEST}/bin/"
|
||||
# - chmod +x "${FLATPAK_DEST}/bin/R*x"*
|
||||
# - mkdir -p "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
# - mv LICENSE.txt "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
# sources:
|
||||
# - type: file
|
||||
# url: https://github.com/RetroDECK/Pancakes/releases/download/1.1.0.1403/pancakes-Release-linux_x64.tar.gz
|
||||
# sha256: cc7d25b6a2f2ad16533e3d72ba9477a4d77b8cfbb450f0db3d0c05ffde5e1281
|
||||
- name: Pancakes
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p "${FLATPAK_DEST}"
|
||||
- mv *.so* "${FLATPAK_DEST}/retrodeck/tmplib/"
|
||||
- mv R*x* "${FLATPAK_DEST}/bin/"
|
||||
- chmod +x "${FLATPAK_DEST}/bin/R*x"*
|
||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
- mv LICENSE.txt "${FLATPAK_DEST}/retrodeck/licenses"
|
||||
sources:
|
||||
- type: file
|
||||
url: https://github.com/RetroDECK/Pancakes-bin/releases/download/1.1.0.1403/pancakes-Release-linux_x64.tar.gz
|
||||
sha256: 68b1602c99c5e5b743a1362eaf428ee88b237bd5029aede00d342fa8d79b8f27
|
||||
|
||||
# XEMU
|
||||
# https://xemu.app/docs/download/#download-for-linux
|
||||
|
|
Loading…
Reference in a new issue