mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
RetroDECK v0.6.4b
This commit is contained in:
parent
52a83b07a0
commit
92150c94d4
|
@ -66,11 +66,11 @@ modules:
|
||||||
# The version number is hardcoded in /app/retrodeck/version
|
# The version number is hardcoded in /app/retrodeck/version
|
||||||
#
|
#
|
||||||
# UPDATE STEPS FOR MAIN:
|
# UPDATE STEPS FOR MAIN:
|
||||||
# [ ] Update the VERSION variable
|
# [X] Update the VERSION variable
|
||||||
# [ ] Update the appdata.xml with the version number and notes
|
# [X] Update the appdata.xml with the version number and notes
|
||||||
# [ ] change branch into main in version-initialization (first one)
|
# [X] change branch into main in version-initialization (first one)
|
||||||
# [ ] change branch into main in retrodeck module (last one)
|
# [X] change branch into main in retrodeck module (last one)
|
||||||
# [ ] if header (before modules) was edited, edit it even in flathub.yml
|
# [X] if header (before modules) was edited, edit it even in flathub.yml
|
||||||
#
|
#
|
||||||
- name: version-initialization
|
- name: version-initialization
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -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="cooker-0.6.4b"
|
VERSION="0.6.4b"
|
||||||
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.4b
|
branch: 0.6.4b
|
||||||
|
|
||||||
- name: xmlstarlet
|
- name: xmlstarlet
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -1107,4 +1107,4 @@ 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.4b
|
branch: 0.6.4b
|
Loading…
Reference in a new issue