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 8a49437 commit 26ec9acCopy full SHA for 26ec9ac
bin/build-ghostty.sh
@@ -23,6 +23,7 @@ if [ "${GHOSTTY_VERSION}" = "tip" ]; then
23
wget "https://github.com/ghostty-org/ghostty/releases/download/tip/ghostty-source.tar.gz" -O "ghostty-${GHOSTTY_VERSION}.tar.gz"
24
wget "https://github.com/ghostty-org/ghostty/releases/download/tip/ghostty-source.tar.gz.minisig" -O "ghostty-${GHOSTTY_VERSION}.tar.gz.minisig"
25
GHOSTTY_VERSION="$(tar -tf "ghostty-${GHOSTTY_VERSION}.tar.gz" --wildcards "*zig.zon.txt" | awk -F'[-/]' '{print $2"-"$3}')"
26
+ echo "${GHOSTTY_VERSION}" >VERSION
27
mv ghostty-tip.tar.gz "ghostty-${GHOSTTY_VERSION}.tar.gz"
28
mv ghostty-tip.tar.gz.minisig "ghostty-${GHOSTTY_VERSION}.tar.gz.minisig"
29
else
0 commit comments