Merge pull request #308 from icenine451/cooker-0.7.0b-icenine451

Cooker 0.7.0b icenine451
This commit is contained in:
icenine451 2023-04-14 08:52:44 -04:00 committed by GitHub
commit 6c624efa39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 159 additions and 157 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
text eol=lf

View file

@ -15,7 +15,7 @@ echo
while IFS="^" read -r url placeholder
do
if [[ ! $url == "#"* ]]; then
if [[ ! "$url" == "#"* ]] && [[ ! -z "$url"]]; then
echo
echo "Placeholder text: $placeholder"
echo "URL to hash: $url"

View file

@ -425,15 +425,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

View file

@ -130,6 +130,7 @@ then
else # If newly-installed version is a normal build.
post_update # Executing post update script
fi
fi
# Else, LOCKFILE IS NOT EXISTING (WAS REMOVED)
# if the lock file doesn't exist at all means that it's a fresh install or a triggered reset
else