Fix AppImage build.

This commit is contained in:
Matthias Mailänder
2025-07-13 17:31:48 +02:00
committed by Gustas Kažukauskas
parent 5f407211ac
commit 3ca951930e

View File

@@ -36,8 +36,6 @@ elif [[ ${TAG} == pkgtest* ]]; then
SUFFIX="-pkgtest"
fi
pushd "${TEMPLATE_ROOT}" > /dev/null
if [ ! -d "${OUTPUTDIR}" ]; then
echo "Output directory '${OUTPUTDIR}' does not exist.";
exit 1