We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582085f commit 103d837Copy full SHA for 103d837
1 file changed
installers/build-installers.sh
@@ -24,7 +24,7 @@ function build_nbpackage_on_cmd {
24
echo ">> Building the NBPackage installer in CMD for $1-$2"
25
26
mkdir -p ../dist/installers
27
- cmd.exe /c .\\nbpackage\\bin\\nbpackage.cmd --input ../dist/jmonkeyplatform.zip --config "$1-$2/$3" --output ../dist/installers/ -v -Ppackage.version="$4"
+ cmd.exe //c call .\\nbpackage\\bin\\nbpackage.cmd --input ../dist/jmonkeyplatform.zip --config "$1-$2/$3" --output ../dist/installers/ -v -Ppackage.version="$4"
28
29
echo "<< OK!"
30
}
0 commit comments