WORKFLOW: flathub push, fixed manifest [skip ci]

This commit is contained in:
XargonWan 2025-02-03 14:59:06 +09:00
parent 9d6f34a774
commit ec69c17da1

View file

@ -62,16 +62,17 @@ sed -n '/cleanup/q;p' $gits_folder/RetroDECK/net.retrodeck.retrodeck.yml > $mani
sed -i '/^[[:space:]]*#/d' $manifest sed -i '/^[[:space:]]*#/d' $manifest
sed -i 's/[[:space:]]*#.*$//' $manifest sed -i 's/[[:space:]]*#.*$//' $manifest
cat << EOF >> $manifest cat << EOF >> $manifest
modules:
- name: RetroDECK modules:
buildsystem: simple
build-commands: - name: RetroDECK
- cp -rn files/* /app buildsystem: simple
sources: build-commands:
- type: archive - cp -rn files/* /app
url: $artifacts_link sources:
sha256: $(curl -sL "$artifacts_sha_link") - type: archive
url: $artifacts_link
sha256: $(curl -sL "$artifacts_sha_link")
EOF EOF
cat << EOF >> flathub.json cat << EOF >> flathub.json