Add makePackge.sh to build-prod.sh

This commit is contained in:
Robin E. R. Davies
2025-09-21 18:08:17 -04:00
parent edd51f869b
commit 8f8a0978ec
+3 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Run a CMake build. # Run a Clean Production CMake build.
set -e set -e
@@ -14,3 +14,5 @@ cd ..
time cmake --build ./build --target all --config Release -- -j 3 time cmake --build ./build --target all --config Release -- -j 3
./makePackage.sh