Skip to content

Commit b5819c3

Browse files
committed
Test path getting
1 parent 103d837 commit b5819c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

installers/build-installers.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ function build_nbpackage {
2323
function build_nbpackage_on_cmd {
2424
echo ">> Building the NBPackage installer in CMD for $1-$2"
2525

26+
isccPath=$(cygpath -w "$(command -v ISCC.exe)")
27+
echo ">> ISCC found at $isccPath"
28+
2629
mkdir -p ../dist/installers
2730
cmd.exe //c call .\\nbpackage\\bin\\nbpackage.cmd --input ../dist/jmonkeyplatform.zip --config "$1-$2/$3" --output ../dist/installers/ -v -Ppackage.version="$4"
2831

0 commit comments

Comments
 (0)