From 92150c94d471b3425fa7c7f91831b3d330dccd91 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 4 Apr 2023 18:40:25 +0000 Subject: [PATCH] RetroDECK v0.6.4b --- net.retrodeck.retrodeck.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 7342b293..d40e02f0 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -66,11 +66,11 @@ modules: # The version number is hardcoded in /app/retrodeck/version # # UPDATE STEPS FOR MAIN: - # [ ] Update the VERSION variable - # [ ] Update the appdata.xml with the version number and notes - # [ ] change branch into main in version-initialization (first one) - # [ ] change branch into main in retrodeck module (last one) - # [ ] if header (before modules) was edited, edit it even in flathub.yml + # [X] Update the VERSION variable + # [X] Update the appdata.xml with the version number and notes + # [X] change branch into main in version-initialization (first one) + # [X] change branch into main in retrodeck module (last one) + # [X] if header (before modules) was edited, edit it even in flathub.yml # - name: version-initialization buildsystem: simple @@ -78,7 +78,7 @@ modules: - | git checkout ${GITHUB_REF_NAME} mkdir -p ${FLATPAK_DEST}/retrodeck/ - VERSION="cooker-0.6.4b" + VERSION="0.6.4b" if [[ $VERSION == *"cooker"* ]]; then VERSION="$VERSION-[$(git rev-parse --short HEAD)]" @@ -88,7 +88,7 @@ modules: sources: - type: git url: https://github.com/XargonWan/RetroDECK.git - branch: cooker-0.6.4b + branch: 0.6.4b - name: xmlstarlet config-opts: @@ -1107,4 +1107,4 @@ modules: sources: - type: git url: https://github.com/XargonWan/RetroDECK.git - branch: cooker-0.6.4b \ No newline at end of file + branch: 0.6.4b \ No newline at end of file