summaryrefslogtreecommitdiffstats
path: root/tools/pack-win32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pack-win32.sh')
-rw-r--r--tools/pack-win32.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/pack-win32.sh b/tools/pack-win32.sh
new file mode 100644
index 0000000..351df9d
--- /dev/null
+++ b/tools/pack-win32.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/sh
+cd $(dirname $(dirname ${0})) || exit 1
+${SHELL} tools/build-win32.sh Release || exit 1
+cpack --config build/win32/CPackConfig.cmake -G ZIP || exit 1
+exit 0