From 44d9f10bfd3d276871584e1fca00fc667484a442 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 14:30:34 +0900 Subject: [PATCH] PUSH_MAIN_TO_flathub: fixed manifest - fix1 --- automation_tools/flathub_push_main.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index eca8ed95..6b46f808 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -64,13 +64,13 @@ 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") + 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