mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: flathub push, fixed manifest - fix2 [skip ci]
This commit is contained in:
parent
ec69c17da1
commit
ba98d657cb
|
@ -58,7 +58,7 @@ ls -lah
|
||||||
|
|
||||||
# Creating the manifest for flathub
|
# Creating the manifest for flathub
|
||||||
manifest='net.retrodeck.retrodeck.yml'
|
manifest='net.retrodeck.retrodeck.yml'
|
||||||
sed -n '/cleanup/q;p' $gits_folder/RetroDECK/net.retrodeck.retrodeck.yml > $manifest
|
sed -n '/modules:/q;p' $gits_folder/RetroDECK/net.retrodeck.retrodeck.yml > $manifest
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue