mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Init of 0.8.3b with folder move bufixes
This commit is contained in:
parent
ffeef055aa
commit
12ab63c22f
|
@ -67,6 +67,20 @@
|
|||
<project_license>GPL-3.0</project_license>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<releases>
|
||||
<release version="0.8.3b" date="2024-07-22">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.8.3b</url>
|
||||
<description>
|
||||
<p>Big fixes:</p>
|
||||
<ul>
|
||||
<li>Fixed a bug where the ES-DE folders where not correctly migrated from retrodeck folder to retrodeck/ES-DE folder</li>
|
||||
</ul>
|
||||
<p>Known issues:</p>
|
||||
<ul>
|
||||
<li>Ryujinx is broken in this version, we plan to fix it soon, check the known issues to learn more</li>
|
||||
<li>Please check the know issues in the Wiki under General Information</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.8.2b" date="2024-07-18">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.8.2b</url>
|
||||
<description>
|
||||
|
@ -89,7 +103,8 @@
|
|||
</ul>
|
||||
<p>Known issues:</p>
|
||||
<ul>
|
||||
<li>Please check the know issues in the Wiki under General Information.</li>
|
||||
<li>Ryujinx is broken in this version, we plan to fix it soon, check the known issues to learn more</li>
|
||||
<li>Please check the know issues in the Wiki under General Information</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
|
|
@ -78,7 +78,7 @@ modules:
|
|||
|
||||
# on main please update this with the version variable, eg: VERSION=0.8.0b
|
||||
# on cooker will be THISBRANCH
|
||||
VERSION=0.8.2b
|
||||
VERSION=0.8.3b
|
||||
|
||||
git checkout ${GITHUB_REF_NAME}
|
||||
mkdir -p ${FLATPAK_DEST}/retrodeck/
|
||||
|
|
Loading…
Reference in a new issue