You've already forked open-video-downloader-appimage
moved sed from PKGBUILD to push.sh
All checks were successful
Update Package Version / update (push) Successful in 8s
All checks were successful
Update Package Version / update (push) Successful in 8s
This commit is contained in:
1
push.sh
1
push.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user