File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments