You've already forked reflex-appimage
Updated reflex-appimage to 1.0.10-4
This commit is contained in:
3
push.sh
3
push.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user