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 7d3faeb commit 595d4efCopy full SHA for 595d4ef
1 file changed
installers/build-installers.sh
@@ -26,7 +26,7 @@ function build_nbpackage_on_cmd {
26
# Github runners have InnoSetup in PATH etc. we need to get it and write to the configuration
27
isccPath=$(cygpath -w "$(command -v ISCC.exe)")
28
echo ">> ISCC found at $isccPath"
29
- isccPathEscaped="${isccPath//\\/\\\\}"
+ isccPathEscaped="${isccPath//\\/\\\\\\\\}"
30
sed -i "s|^package\.innosetup\.tool=.*|package.innosetup.tool=${isccPathEscaped}|" "$1-$2/$3"
31
32
mkdir -p ../dist/installers
0 commit comments