Skip to content

Commit f0fe0cb

Browse files
authored
Update appimageupdate
1 parent 176f0a6 commit f0fe0cb

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
@@ -172,7 +172,7 @@ elif [ "$TYPE" == "bintray-zsync" ] ; then
172172
# Get the file with zsync using $1 as an input file
173173
zsync_curl -I -i "${ISO}" "${ZSYNC_URL}" 2>&1 | tee >(sed -e 's/#/#\n/g') && finished
174174
NEWFILE=$(basename "${ZSYNC_URL}" | sed -e 's|.zsync||g' ) # FIXME: Use the file that zsync has written!!!
175-
chmod --reference="${ISO}.zs-old" "${NEWFILE}" # Set the same permissions as for the original file
175+
chmod --reference="${ISO}" "${NEWFILE}" # Set the same permissions as for the original file
176176
gpg_check
177177

178178
elif [ "$TYPE" == "" ] ; then

0 commit comments

Comments
 (0)