File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- set -e
3+ set -eux
44
55export ARCH=" $( uname -m) "
66export APPIMAGE_EXTRACT_AND_RUN=1
@@ -47,6 +47,10 @@ tar -xzmf "ghostty-${GHOSTTY_VERSION}.tar.gz"
4747
4848rm " ghostty-${GHOSTTY_VERSION} .tar.gz"
4949
50+ if [ $GHOSTTY_VERSION == ' tip' ]; then
51+ mv ghostty-* ghostty-source
52+ fi
53+
5054cd " ${TMP_DIR} /${BUILD_DIR} "
5155
5256# Fetch Zig Cache
@@ -56,8 +60,6 @@ if [ -f './nix/build-support/fetch-zig-cache.sh' ]; then
5660fi
5761
5862# Build Ghostty with zig
59- echo " BUILD_ARGS: >-"
60- echo " ${BUILD_ARGS} " | xargs -n 2 | sed ' s/^/\t/'
6163zig build ${BUILD_ARGS}
6264
6365# Prepare AppImage -- Configure launcher script, metainfo and desktop file with icon.
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- set -ex
3+ set -eux
44
55get_latest_gh_release () {
66
You can’t perform that action at this time.
0 commit comments