mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Merge branch 'cooker-0.7.0b-icenine451' of https://github.com/icenine451/RetroDECK into cooker-0.7.0b-icenine451
This commit is contained in:
commit
de7c189a36
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
text eol=lf
|
|
@ -4,7 +4,7 @@
|
|||
# sh automation_tools/update_sha.sh
|
||||
|
||||
rd_manifest=${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml
|
||||
sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.cfg
|
||||
sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.txt
|
||||
|
||||
echo "Manifest location: $rd_manifest"
|
||||
echo "Hash update list location: $sha_update_list"
|
||||
|
|
|
@ -79,7 +79,7 @@ modules:
|
|||
buildsystem: simple
|
||||
build-commands:
|
||||
- |
|
||||
|
||||
|
||||
VERSION="cooker-0.7.0b"
|
||||
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
|
@ -424,15 +424,15 @@ modules:
|
|||
url: https://buildbot.libretro.com/stable/1.15.0/linux/x86_64/RetroArch_cores.7z
|
||||
sha256: 2230bc38eaf87406efd0c2b7bdd1cf9e813ba113505600f14a7ef9eb06f8c7c0
|
||||
|
||||
- name: doom-shareware
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p ${FLATPAK_DEST}/retrodeck/extras
|
||||
- cp doom1.wad ${FLATPAK_DEST}/retrodeck/extras/
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://buildbot.libretro.com/assets/cores/DOOM/Doom%20%28Shareware%29.zip
|
||||
sha256: DOOMSHAPLACEHOLDER
|
||||
# - name: doom-shareware
|
||||
# buildsystem: simple
|
||||
# build-commands:
|
||||
# - mkdir -p ${FLATPAK_DEST}/retrodeck/extras
|
||||
# - cp doom1.wad ${FLATPAK_DEST}/retrodeck/extras/
|
||||
# sources:
|
||||
# - type: archive
|
||||
# url: https://buildbot.libretro.com/assets/cores/DOOM/Doom%20%28Shareware%29.zip
|
||||
# sha256: DOOMSHAPLACEHOLDER
|
||||
|
||||
# PPSSPP - START
|
||||
# https://github.com/flathub/org.ppsspp.PPSSPP
|
||||
|
|
Loading…
Reference in a new issue