Skip to content

Commit

Permalink
RetroDECK v0.7.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Aug 21, 2023
1 parent 4f25d7f commit 1c0cc4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions flathub.yml
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions net.retrodeck.retrodeck.yml
Expand Up @@ -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/
Expand All @@ -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:
Expand Down Expand Up @@ -1229,4 +1229,4 @@ modules:
sources:
- type: git
url: https://github.com/XargonWan/RetroDECK.git
branch: cooker-0.7.1b
branch: main

0 comments on commit 1c0cc4f

Please sign in to comment.