From 1c0cc4fe99148759c7835cf4c579e0f44065928e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 21 Aug 2023 09:45:03 +0200 Subject: [PATCH] RetroDECK v0.7.1b --- flathub.yml | 2 ++ net.retrodeck.retrodeck.yml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/flathub.yml b/flathub.yml index f0216f88..8a0e16b3 100644 --- a/flathub.yml +++ b/flathub.yml @@ -22,7 +22,9 @@ finish-args: - --talk-name=org.freedesktop.ScreenSaver - --talk-name=org.freedesktop.PowerManagement.Inhibit - --talk-name=org.freedesktop.login1.Manager + - --talk-name=org.freedesktop.portal.Flatpak.UpdateMonitor - --filesystem=xdg-run/app/com.discordapp.Discord:create + - --filesystem=xdg-config/gtk-3.0:ro # Dolphin - --allow=bluetooth # PPSSPP diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index d7f79d87..f51c0828 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -66,18 +66,18 @@ 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 build-commands: - | - VERSION=$(git rev-parse --abbrev-ref HEAD) + VERSION=0.7.1b git checkout ${GITHUB_REF_NAME} mkdir -p ${FLATPAK_DEST}/retrodeck/ @@ -91,7 +91,7 @@ modules: sources: - type: git url: https://github.com/XargonWan/RetroDECK.git - branch: cooker-0.7.1b + branch: main - name: xmlstarlet config-opts: @@ -1229,4 +1229,4 @@ modules: sources: - type: git url: https://github.com/XargonWan/RetroDECK.git - branch: cooker-0.7.1b + branch: main