From 96bd73ae020ecca1f94698744c77498a89ad19f7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 13:10:52 +0500 Subject: Graft build scripts and buffer code from QFengine --- tools/pack-unix.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/pack-unix.sh (limited to 'tools/pack-unix.sh') diff --git a/tools/pack-unix.sh b/tools/pack-unix.sh new file mode 100644 index 0000000..cbadee4 --- /dev/null +++ b/tools/pack-unix.sh @@ -0,0 +1,5 @@ +#!/usr/bin/sh +cd $(dirname $(dirname ${0})) || exit 1 +${SHELL} tools/build-unix.sh Release || exit 1 +cpack --config build/unix/CPackConfig.cmake -G ZIP || exit 1 +exit 0 -- cgit