Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion useful-tools/hooks/self-updater.bg.hook
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ UPDATE_MSG="${UPDATE_MSG:-A new version of $APPNAME is available. Do you wish to
POST_UPDATE_GOOD="$APPNAME updated successfully!"
POST_UPDATE_BAD="ERROR: Something went wrong updating $APPNAME"
DO_NOT_ASK="Do you wish to disable update checking and not see this message again?"
APPIMAGEUPDATETOOL_LINK="${APPIMAGEUPDATETOOL_LINK:-https://github.com/AppImageCommunity/AppImageUpdate/releases/download/continuous/appimageupdatetool-$APPIMAGE_ARCH.AppImage}"
APPIMAGEUPDATETOOL_LINK="${APPIMAGEUPDATETOOL_LINK:-https://github.com/pkgforge-dev/AppImageUpdate/releases/latest/download/appimageupdate-$APPIMAGE_ARCH-linux}"

# check for other appimage managers
# skip appimaged/appimagelauncher because they cannot integrate DWARFS appimages
Expand Down