Skip to content

Commit 26ec9ac

Browse files
committed
fix: ensure proper version gets cascaded to the appimage bundle
1 parent 8a49437 commit 26ec9ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/build-ghostty.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if [ "${GHOSTTY_VERSION}" = "tip" ]; then
2323
wget "https://github.com/ghostty-org/ghostty/releases/download/tip/ghostty-source.tar.gz" -O "ghostty-${GHOSTTY_VERSION}.tar.gz"
2424
wget "https://github.com/ghostty-org/ghostty/releases/download/tip/ghostty-source.tar.gz.minisig" -O "ghostty-${GHOSTTY_VERSION}.tar.gz.minisig"
2525
GHOSTTY_VERSION="$(tar -tf "ghostty-${GHOSTTY_VERSION}.tar.gz" --wildcards "*zig.zon.txt" | awk -F'[-/]' '{print $2"-"$3}')"
26+
echo "${GHOSTTY_VERSION}" >VERSION
2627
mv ghostty-tip.tar.gz "ghostty-${GHOSTTY_VERSION}.tar.gz"
2728
mv ghostty-tip.tar.gz.minisig "ghostty-${GHOSTTY_VERSION}.tar.gz.minisig"
2829
else

0 commit comments

Comments
 (0)