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