diff --git a/main.sh b/main.sh index fec4ddb..2bf3974 100755 --- a/main.sh +++ b/main.sh @@ -6,10 +6,10 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="1.0.1" +VERSION="1.1.0" # Clone Upstream -git clone --recurse-submodules https://github.com/ghostty-org/ghostty.git -b v"$VERSION" +mkdir ./ghostty cp -rvf ./debian ./ghostty/ cd ./ghostty