PUSH_MAIN_TO_flathub: fixed manifest - fix1

This commit is contained in:
XargonWan 2025-02-03 14:30:34 +09:00
parent 978d0b488c
commit 44d9f10bfd

View file

@ -64,13 +64,13 @@ sed -i 's/[[:space:]]*#.*$//' $manifest
cat << EOF >> $manifest cat << EOF >> $manifest
modules: modules:
- name: RetroDECK - name: RetroDECK
buildsystem: simple buildsystem: simple
build-commands: build-commands:
- cp -rn files/* /app - cp -rn files/* /app
sources: sources:
- type: archive - type: archive
url: $artifacts_link url: $artifacts_link
sha256: $(curl -sL "$artifacts_sha_link") sha256: $(curl -sL "$artifacts_sha_link")
EOF EOF
cat << EOF >> flathub.json cat << EOF >> flathub.json