Build: Add shell script to invoke cpack

This commit is contained in:
Jonathan G Rennison 2020-07-28 19:33:53 +01:00
parent 8f8e14c9b2
commit 2c829bbc0f
1 changed files with 4 additions and 0 deletions

4
make_bundle.sh Executable file
View File

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