mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +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>
|
<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">
|
<release version="0.6.0b" date="2022-12-24">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.0b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.6.0b</url>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -78,7 +78,7 @@ modules:
|
||||||
- |
|
- |
|
||||||
git checkout ${GITHUB_REF_NAME}
|
git checkout ${GITHUB_REF_NAME}
|
||||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||||
VERSION="0.6.0b-cooker"
|
VERSION="0.6.1b-cooker"
|
||||||
if [[ $VERSION == *"cooker"* ]];
|
if [[ $VERSION == *"cooker"* ]];
|
||||||
then
|
then
|
||||||
VERSION="$VERSION-[$(git rev-parse --short HEAD)]"
|
VERSION="$VERSION-[$(git rev-parse --short HEAD)]"
|
||||||
|
@ -88,7 +88,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: cooker-0.6.0b
|
branch: cooker-0.6.1b
|
||||||
|
|
||||||
- name: xmlstarlet
|
- name: xmlstarlet
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -999,7 +999,7 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: cooker-0.6.0b
|
branch: cooker-0.6.1b
|
||||||
|
|
||||||
# Ryujinx - START
|
# Ryujinx - START
|
||||||
# https://github.com/flathub/org.ryujinx.Ryujinx
|
# https://github.com/flathub/org.ryujinx.Ryujinx
|
||||||
|
|
Loading…
Reference in a new issue