mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Initialized cooker-0.6.1b from cooker-0.6.0b
This commit is contained in:
parent
47afd6e50b
commit
519f0272c9
|
@ -69,6 +69,15 @@
|
|||
|
||||
<releases>
|
||||
|
||||
<release version="0.6.1b" date="2022-12-30">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.1b</url>
|
||||
<description>
|
||||
<ul>
|
||||
<li>FOO</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
<release version="0.6.0b" date="2022-12-24">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.0b</url>
|
||||
<description>
|
||||
|
|
|
@ -78,7 +78,7 @@ modules:
|
|||
- |
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
VERSION="0.6.0b-cooker"
|
||||
VERSION="0.6.1b-cooker"
|
||||
if [[ $VERSION == *"cooker"* ]];
|
||||
then
|
||||
VERSION="$VERSION-[$(git rev-parse --short HEAD)]"
|
||||
|
@ -88,7 +88,7 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/XargonWan/RetroDECK.git
|
||||
branch: cooker-0.6.0b
|
||||
branch: cooker-0.6.1b
|
||||
|
||||
- name: xmlstarlet
|
||||
config-opts:
|
||||
|
@ -999,7 +999,7 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/XargonWan/RetroDECK.git
|
||||
branch: cooker-0.6.0b
|
||||
branch: cooker-0.6.1b
|
||||
|
||||
# Ryujinx - START
|
||||
# https://github.com/flathub/org.ryujinx.Ryujinx
|
||||
|
|
Loading…
Reference in a new issue