Skip to content

Commit f0b801f

Browse files
author
Carlos García
committed
Removes specific .zs-old .asc when run appimageupdate
1 parent 7cfda42 commit f0b801f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppImageUpdate.AppDir/usr/bin/appimageupdate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ else
187187
exit 1
188188
fi
189189

190-
rm *.zs-old 2>/dev/null || true
190+
rm "${ISO}.zs-old" "${ISO}.asc" 2>/dev/null || true
191191

192192
echo "Successfully updated to version ${VERSION}"

0 commit comments

Comments
 (0)