mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
PUSH_MAIN_TO_flathub: fixed manifest
This commit is contained in:
parent
9c90de2234
commit
978d0b488c
|
@ -6,7 +6,7 @@
|
||||||
if [ -z "${GITHUB_WORKSPACE}" ]; then
|
if [ -z "${GITHUB_WORKSPACE}" ]; then
|
||||||
gits_folder="${GITHUB_WORKSPACE}/tmp/gits" # without last /
|
gits_folder="${GITHUB_WORKSPACE}/tmp/gits" # without last /
|
||||||
else
|
else
|
||||||
gits_folder="${PWD}/tmp/gits" # without last /
|
gits_folder="/tmp/gits" # without last /
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -63,11 +63,11 @@ sed -i '/^[[:space:]]*#/d' $manifest
|
||||||
sed -i 's/[[:space:]]*#.*$//' $manifest
|
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")
|
||||||
|
|
Loading…
Reference in a new issue