mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 20:45:38 +00:00
PANCAKES: temporarly disabled [skip ci]
This commit is contained in:
parent
3e51203826
commit
bd2ffd5f1e
|
@ -560,19 +560,19 @@ modules:
|
||||||
|
|
||||||
# Pancakes
|
# Pancakes
|
||||||
|
|
||||||
- name: Pancakes
|
# - name: Pancakes
|
||||||
buildsystem: simple
|
# buildsystem: simple
|
||||||
build-commands:
|
# build-commands:
|
||||||
- mkdir -p "${FLATPAK_DEST}"
|
# - mkdir -p "${FLATPAK_DEST}"
|
||||||
- mv *.so* "${FLATPAK_DEST}/retrodeck/tmplib/"
|
# - mv *.so* "${FLATPAK_DEST}/retrodeck/tmplib/"
|
||||||
- mv R*x* "${FLATPAK_DEST}/bin/"
|
# - mv R*x* "${FLATPAK_DEST}/bin/"
|
||||||
- chmod +x "${FLATPAK_DEST}/bin/R*x"*
|
# - chmod +x "${FLATPAK_DEST}/bin/R*x"*
|
||||||
- mkdir -p "${FLATPAK_DEST}/retrodeck/licenses"
|
# - mkdir -p "${FLATPAK_DEST}/retrodeck/licenses"
|
||||||
- mv LICENSE.txt "${FLATPAK_DEST}/retrodeck/licenses"
|
# - mv LICENSE.txt "${FLATPAK_DEST}/retrodeck/licenses"
|
||||||
sources:
|
# sources:
|
||||||
- type: file
|
# - type: file
|
||||||
url: https://github.com/RetroDECK/Pancakes/releases/download/1.1.0.1403/pancakes-Release-linux_x64.tar.gz
|
# url: https://github.com/RetroDECK/Pancakes/releases/download/1.1.0.1403/pancakes-Release-linux_x64.tar.gz
|
||||||
sha256: cc7d25b6a2f2ad16533e3d72ba9477a4d77b8cfbb450f0db3d0c05ffde5e1281
|
# sha256: cc7d25b6a2f2ad16533e3d72ba9477a4d77b8cfbb450f0db3d0c05ffde5e1281
|
||||||
|
|
||||||
# XEMU
|
# XEMU
|
||||||
# https://xemu.app/docs/download/#download-for-linux
|
# https://xemu.app/docs/download/#download-for-linux
|
||||||
|
|
Loading…
Reference in a new issue