From 48396f9cdaa993a487c2d3311fe62faef05c292a Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sat, 30 May 2026 10:02:16 +0200 Subject: [PATCH] updated push script --- push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/push.sh b/push.sh index 659b8d8..fc00936 100755 --- a/push.sh +++ b/push.sh @@ -55,8 +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 '/^X-AppImage-/d;/^$/d' "${newdesktop}" - sed -i 's/^Exec=.*/Exec=${_pkgname} %U/' "${newdesktop}" + sed -i "/^X-AppImage-/d;/^$/d" "${newdesktop}" + sed -i "s/^Exec=.*/Exec=${_pkgname} %U/" "${newdesktop}" rm -rf $(readlink -f squashfs-root) squashfs-root fi # Calculate checksums