We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9c609 commit fcf18c9Copy full SHA for fcf18c9
1 file changed
installers/build-installers.sh
@@ -14,6 +14,7 @@ inno_setup_url="https://github.com/jrsoftware/issrc/releases/download/is-6_7_3/i
14
function build_nbpackage {
15
echo ">> Building the NBPackage installer for $1-$2"
16
17
+ mkdir -p ../dist/installers
18
./nbpackage/bin/nbpackage --input ../dist/jmonkeyplatform.zip --config "$1-$2/$3" --output ../dist/installers/ -v -Ppackage.version="$4"
19
20
echo "<< OK!"
0 commit comments