mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Cooker v0.9.1b init [skip ci]
This commit is contained in:
parent
21ec87b9d6
commit
197e894d53
|
@ -67,6 +67,12 @@
|
||||||
<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.9.1b" date="2025-02-03">
|
||||||
|
<url>https://github.com/RetroDECK/RetroDECK/releases/tag/0.9.0b</url>
|
||||||
|
<description>
|
||||||
|
<p>Welcome to RetroDECK cooker-0.9.1b</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.9.0b" date="2025-01-31">
|
<release version="0.9.0b" date="2025-01-31">
|
||||||
<url>https://github.com/RetroDECK/RetroDECK/releases/tag/0.9.0b</url>
|
<url>https://github.com/RetroDECK/RetroDECK/releases/tag/0.9.0b</url>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -86,7 +86,7 @@ modules:
|
||||||
# VERSION INITIALIZATION
|
# VERSION INITIALIZATION
|
||||||
# on main please update this with the version variable, eg: VERSION=0.8.0b
|
# on main please update this with the version variable, eg: VERSION=0.8.0b
|
||||||
# on cooker will be VERSION=cooker-0.9.0b for example
|
# on cooker will be VERSION=cooker-0.9.0b for example
|
||||||
VERSION=0.9.0b
|
VERSION=cooker-0.9.1b
|
||||||
|
|
||||||
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