try fix yml

This commit is contained in:
Tim Felgentreff 2023-01-14 21:09:33 +01:00
parent 961e4624e6
commit c7ee37479b

View file

@ -124,9 +124,7 @@ else
echo " icon: '${GAME_ID}'" >> appimagebuilder.yaml
echo " version: '${GAME_VERSION}'" >> appimagebuilder.yaml
echo " exec: usr/bin/${GAME_ID}" >> appimagebuilder.yaml
echo -n ' exec_args: "--argv0=$APPDIR/usr/bin/"' >> appimagebuilder.yaml
echo -n "${GAME_ID} " >> appimagebuilder.yaml
echo '$@' >> appimagebuilder.yaml
echo " exec_args: '\"--argv0=\$APPDIR/usr/bin/${GAME_ID}\" \$@'" >> appimagebuilder.yaml
echo "AppImage:" >> appimagebuilder.yaml
echo " arch: '${GAME_ARCH}'" >> appimagebuilder.yaml
appimage-builder --recipe appimagebuilder.yaml || true # in github, we run this after