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 299037f commit af95a7fCopy full SHA for af95a7f
build.sh
@@ -105,7 +105,7 @@ fi
105
GHOSTTY_APPIMAGE="Ghostty-${VERSION}-${ARCH}.AppImage"
106
107
if [ "${GLFW}" = true ]; then
108
- UPINFO="gh-releases-zsync|$(echo "${GITHUB_REPOSITORY:-no-user/no-repo}" | tr '/' '|')|latest|Ghossty_*$ARCH.AppImage.zsync"
+ UPINFO="gh-releases-zsync|$(echo "${GITHUB_REPOSITORY:-no-user/no-repo}" | tr '/' '|')|latest|Ghostty_*$ARCH.AppImage.zsync"
109
GHOSTTY_APPIMAGE="Ghostty_Glfw-${VERSION}-${ARCH}.AppImage"
110
fi
111
0 commit comments