summaryrefslogtreecommitdiffstats
path: root/tools/pack-unix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pack-unix.sh')
-rw-r--r--tools/pack-unix.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/pack-unix.sh b/tools/pack-unix.sh
deleted file mode 100644
index cbadee4..0000000
--- a/tools/pack-unix.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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