Skip to content

Commit b1d21fd

Browse files
committed
Update AppImage tool download URL
1 parent 17ab917 commit b1d21fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ elif [[ "$PLATFORM" == "linux" ]]; then
241241
cp -r $AppDirUsr/lib/aarch64-linux-gnu/* $CMAKE_PREFIX_PATH/lib/
242242
fi
243243
mkdir -p ~/Applications/
244-
wget -nc -P ~/Applications/ https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-$ARCHITECTURE.AppImage" | head -n 1 | cut -d '"' -f 2)
244+
wget -nc -P ~/Applications/ https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/tag/continuous -O - | grep "appimagetool-.*-$ARCHITECTURE.AppImage" | head -n 1 | cut -d '"' -f 2)
245245
APPIMAGE_TOOL=~/Applications/$(ls ~/Applications/ | grep "appimagetool-.*-$ARCHITECTURE.AppImage")
246246
if ! command -v $APPIMAGE_TOOL 2>&1 >/dev/null; then
247247
echo "$APPIMAGE_TOOL could not be found"

0 commit comments

Comments
 (0)