We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103d837 commit b5819c3Copy full SHA for b5819c3
1 file changed
installers/build-installers.sh
@@ -23,6 +23,9 @@ function build_nbpackage {
23
function build_nbpackage_on_cmd {
24
echo ">> Building the NBPackage installer in CMD for $1-$2"
25
26
+ isccPath=$(cygpath -w "$(command -v ISCC.exe)")
27
+ echo ">> ISCC found at $isccPath"
28
+
29
mkdir -p ../dist/installers
30
cmd.exe //c call .\\nbpackage\\bin\\nbpackage.cmd --input ../dist/jmonkeyplatform.zip --config "$1-$2/$3" --output ../dist/installers/ -v -Ppackage.version="$4"
31
0 commit comments