summaryrefslogtreecommitdiffstats
path: root/package.windows.x32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package.windows.x32.sh')
-rw-r--r--package.windows.x32.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.windows.x32.sh b/package.windows.x32.sh
new file mode 100644
index 0000000..b217c6d
--- /dev/null
+++ b/package.windows.x32.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+${SHELL} build.windows.x32.sh || exit 1
+cpack --config build32/CPackConfig.cmake -G ZIP || exit 1
+exit 0