Build: Add shell script to invoke cpack
This commit is contained in:
4
make_bundle.sh
Executable file
4
make_bundle.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$BASH_SOURCE")/build" || { echo "Cannot bundle: not built yet" >&2; exit 1; }
|
||||
cpack
|
Reference in New Issue
Block a user