moved sed from PKGBUILD to push.sh
All checks were successful
Update Package Version / update (push) Successful in 8s

This commit is contained in:
2026-04-10 18:44:05 +02:00
parent 2edbc6943d
commit 081691d1bb
4 changed files with 3 additions and 10 deletions

View File

@@ -56,6 +56,7 @@ if printf '%s' "${_archive,,}" | grep -qi "appimage"; then
"./${_archive}" --appimage-extract
cp "squashfs-root/${desktop}" "${newdesktop}"
cp "squashfs-root/${icon}" "${newicon}"
sed -i -e '/^X-AppImage-/d;/^$/d' "${newdesktop}"
if [ -L "squashfs-root" ]; then
rm -rf $(readlink -f squashfs-root) squashfs-root
fi