From 7c54399f1698888baa3d1cf7776f68fc15d12563 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 6 Jan 2025 10:49:20 +0900 Subject: [PATCH] LIBMAN: simplified installation --- net.retrodeck.retrodeck.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 0b95709e..14a1e74d 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -72,11 +72,12 @@ modules: # [ ] Update the VERSION variable on line containing "VERSION=THISBRANCH" # [ ] Update the appdata.xml with the version number and notes - - name: version-initialization + - name: retrodeck-initialization buildsystem: simple build-commands: - | + # VERSION INITIALIZATION # on main please update this with the version variable, eg: VERSION=0.8.0b # on cooker will be VERSION=cooker-0.9.0b for example VERSION=cooker-0.9.0b @@ -90,17 +91,14 @@ modules: echo $VERSION >> ${FLATPAK_DEST}/retrodeck/version cat ${FLATPAK_DEST}/retrodeck/version echo "Version is $VERSION" + + # LBIMAN INSTALLATION + - install -Dm755 "automation_tools/libman.sh" "/app/bin/libman.sh" sources: - type: git url: THISREPO branch: THISBRANCH - # libman (as in Library Manager) is a module that allows to copy library files from the various modules to the retrodeck library folder - - name: libman - buildsystem: simple - build-commands: - - install -Dm755 "automation_tools/libman.sh" "/app/bin/libman.sh" - - name: xmlstarlet config-opts: - --disable-static-libs