From ec69c17da1f7f0dcf48b905830d5cec7b479f494 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 14:59:06 +0900 Subject: [PATCH] WORKFLOW: flathub push, fixed manifest [skip ci] --- automation_tools/flathub_push_main.sh | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index 470155f1..15780a1e 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -62,16 +62,17 @@ sed -n '/cleanup/q;p' $gits_folder/RetroDECK/net.retrodeck.retrodeck.yml > $mani sed -i '/^[[:space:]]*#/d' $manifest sed -i 's/[[:space:]]*#.*$//' $manifest cat << EOF >> $manifest - modules: - - name: RetroDECK - buildsystem: simple - build-commands: - - cp -rn files/* /app - sources: - - type: archive - url: $artifacts_link - sha256: $(curl -sL "$artifacts_sha_link") +modules: + + - name: RetroDECK + buildsystem: simple + build-commands: + - cp -rn files/* /app + sources: + - type: archive + url: $artifacts_link + sha256: $(curl -sL "$artifacts_sha_link") EOF cat << EOF >> flathub.json