Build: Add shell script to invoke cpack

pull/182/head
Jonathan G Rennison 4 years ago
parent 8f8e14c9b2
commit 2c829bbc0f

@ -0,0 +1,4 @@
#!/bin/bash
cd "$(dirname "$BASH_SOURCE")/build" || { echo "Cannot bundle: not built yet" >&2; exit 1; }
cpack
Loading…
Cancel
Save