diff options
| author | untodesu <kirill@untode.su> | 2025-09-11 13:10:52 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-11 13:10:52 +0500 |
| commit | 96bd73ae020ecca1f94698744c77498a89ad19f7 (patch) | |
| tree | dc0ee946138141e7a0327a7d3c566f4a37adff3f /tools/pack-unix.sh | |
| parent | 6dc5194895b6bd61d19bf5c95021471784084325 (diff) | |
| download | voxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.tar.bz2 voxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.zip | |
Graft build scripts and buffer code from QFengine
Diffstat (limited to 'tools/pack-unix.sh')
| -rw-r--r-- | tools/pack-unix.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
