Updated reflex-appimage to 1.0.10-4

This commit is contained in:
2026-05-06 14:51:12 +02:00
parent e990805438
commit d9c3027602
4 changed files with 7 additions and 6 deletions

View File

@@ -55,7 +55,8 @@ if printf '%s' "${_archive,,}" | grep -qi "appimage"; then
"./${_archive}" --appimage-extract >/dev/null
cp "squashfs-root/${desktop}" "${newdesktop}"
cp "squashfs-root/${icon}" "${newicon}"
sed -i -e '/^X-AppImage-/d;/^$/d' "${newdesktop}"
sed -i '/^X-AppImage-/d;/^$/d' "${newdesktop}"
sed -i 's/^Exec=.*/Exec=reflex %U/' "${newdesktop}"
rm -rf $(readlink -f squashfs-root) squashfs-root
fi
# Calculate checksums