summaryrefslogtreecommitdiffstats
path: root/package.windows.x32.sh
blob: b217c6d9bf4cb2ce9f8f90140c1e96097e224cf4 (plain)
1
2
3
4
#!/bin/sh
${SHELL} build.windows.x32.sh || exit 1
cpack --config build32/CPackConfig.cmake -G ZIP || exit 1
exit 0