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