mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
cooker-0.8.0b initialization
This commit is contained in:
parent
a2fab51b5a
commit
1378b8aa5c
|
@ -65,6 +65,15 @@
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.8.0b" date="2023-09-28">
|
||||||
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.8.0b</url>
|
||||||
|
<description>
|
||||||
|
<p>News:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Welcome to cooker 0.8.0b!</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.7.2b" date="2023-09-27">
|
<release version="0.7.2b" date="2023-09-27">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.2b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.2b</url>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -85,7 +85,7 @@ modules:
|
||||||
- |
|
- |
|
||||||
|
|
||||||
# on main please update this with the version variable, eg: VERSION='0.7.0b'
|
# on main please update this with the version variable, eg: VERSION='0.7.0b'
|
||||||
VERSION=0.7.2b
|
VERSION=THISBRANCH
|
||||||
|
|
||||||
git checkout ${GITHUB_REF_NAME}
|
git checkout ${GITHUB_REF_NAME}
|
||||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||||
|
|
Loading…
Reference in a new issue