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