We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176f0a6 commit f0fe0cbCopy full SHA for f0fe0cb
AppImageUpdate.AppDir/usr/bin/appimageupdate
@@ -172,7 +172,7 @@ elif [ "$TYPE" == "bintray-zsync" ] ; then
172
# Get the file with zsync using $1 as an input file
173
zsync_curl -I -i "${ISO}" "${ZSYNC_URL}" 2>&1 | tee >(sed -e 's/#/#\n/g') && finished
174
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
+ chmod --reference="${ISO}" "${NEWFILE}" # Set the same permissions as for the original file
176
gpg_check
177
178
elif [ "$TYPE" == "" ] ; then
0 commit comments