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