mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
PUSH_MAIN_TO_flathub: fixed manifest - fix1
This commit is contained in:
parent
978d0b488c
commit
44d9f10bfd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue