mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Merge branch 'hotfix/0.7.4b' into cooker-0.8.0b
This commit is contained in:
commit
5fd1d8d684
|
@ -242,17 +242,18 @@
|
||||||
<platform>atarijaguar</platform>
|
<platform>atarijaguar</platform>
|
||||||
<theme>atarijaguar</theme>
|
<theme>atarijaguar</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<!--
|
||||||
<system>
|
<system>
|
||||||
<name>atarijaguarcd</name>
|
<name>atarijaguarcd</name>
|
||||||
<fullname>Atari Jaguar CD</fullname>
|
<fullname>Atari Jaguar CD</fullname>
|
||||||
<path>%ROMPATH%/atarijaguarcd</path>
|
<path>%ROMPATH%/atarijaguarcd</path>
|
||||||
<extension>.abs .ABS .bin .BIN .cdi .CDI .cof .COF .cue .CUE .j64 .J64 .jag .JAG .prg .PRG .rom .ROM .7z .7Z .zip .ZIP</extension>
|
<extension>.abs .ABS .bin .BIN .cdi .CDI .cof .COF .cue .CUE .j64 .J64 .jag .JAG .prg .PRG .rom .ROM .7z .7Z .zip .ZIP</extension>
|
||||||
<!--<command label="BigPEmu (Wine)">%STARTDIR%=%EMUDIR% %PRECOMMAND_WINE% %EMULATOR_BIGPEMU-WINDOWS% %ROM%</command>-->
|
<command label="BigPEmu (Wine)">%STARTDIR%=%EMUDIR% %PRECOMMAND_WINE% %EMULATOR_BIGPEMU-WINDOWS% %ROM%</command>
|
||||||
<!--<command label="BigPEmu (Proton)">%STARTDIR%=%EMUDIR% %PRECOMMAND_PROTON% %EMULATOR_BIGPEMU-WINDOWS% %ROM%</command>-->
|
<command label="BigPEmu (Proton)">%STARTDIR%=%EMUDIR% %PRECOMMAND_PROTON% %EMULATOR_BIGPEMU-WINDOWS% %ROM%</command>
|
||||||
<platform>atarijaguarcd</platform>
|
<platform>atarijaguarcd</platform>
|
||||||
<theme>atarijaguarcd</theme>
|
<theme>atarijaguarcd</theme>
|
||||||
</system>
|
</system>
|
||||||
|
-->
|
||||||
<system>
|
<system>
|
||||||
<name>atarilynx</name>
|
<name>atarilynx</name>
|
||||||
<fullname>Atari Lynx</fullname>
|
<fullname>Atari Lynx</fullname>
|
||||||
|
|
|
@ -74,6 +74,19 @@
|
||||||
</ul>
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
|
<release version="0.7.4b" date="2023-11-17">
|
||||||
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.4b</url>
|
||||||
|
<description>
|
||||||
|
<p>Hotfix:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed a bug where the system folders were not correctly generated</li>
|
||||||
|
</ul>
|
||||||
|
<p>Known issues:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Please check the know issues in the Wiki under General Infomration.</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.7.3b" date="2023-11-14">
|
<release version="0.7.3b" date="2023-11-14">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.3b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.7.3b</url>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -87,9 +87,9 @@ modules:
|
||||||
build-commands:
|
build-commands:
|
||||||
- |
|
- |
|
||||||
|
|
||||||
# on main please update this with the version variable, eg: VERSION='0.7.3b'
|
# on main please update this with the version variable, eg: VERSION='0.7.4b'
|
||||||
# on cooker will be THISBRANCH
|
# on cooker will be THISBRANCH
|
||||||
VERSION=0.7.3b
|
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