Skip to content

Commit 595d4ef

Browse files
committed
Double escape
1 parent 7d3faeb commit 595d4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installers/build-installers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function build_nbpackage_on_cmd {
2626
# Github runners have InnoSetup in PATH etc. we need to get it and write to the configuration
2727
isccPath=$(cygpath -w "$(command -v ISCC.exe)")
2828
echo ">> ISCC found at $isccPath"
29-
isccPathEscaped="${isccPath//\\/\\\\}"
29+
isccPathEscaped="${isccPath//\\/\\\\\\\\}"
3030
sed -i "s|^package\.innosetup\.tool=.*|package.innosetup.tool=${isccPathEscaped}|" "$1-$2/$3"
3131

3232
mkdir -p ../dist/installers

0 commit comments

Comments
 (0)