From fefe7f1cf650f060c7d2782d947af7bebe1bc10e Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Sun, 16 Sep 2018 22:48:30 +1200 Subject: [PATCH] Fix for windows installer build scripts --- win32/makeinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/makeinstaller.sh b/win32/makeinstaller.sh index 0d30b32a..9d737a63 100755 --- a/win32/makeinstaller.sh +++ b/win32/makeinstaller.sh @@ -54,7 +54,7 @@ mkdir -p SourceDir/hlint # $LNDIR "$LEKSAH_PREFIX/$GHCJS_CODEMIRROR_X_X_X_X"/theme SourceDir/ghcjs-codemirror mkdir -p SourceDir/bin $LN "../dist-newstyle/build/x86_64-windows/ghc-$GHC_VER/$LEKSAH_X_X_X_X"/x/leksah/build/leksah/leksah.exe SourceDir/bin -$LN "../dist-newstyle/build/x86_64-windows/ghc-$GHC_VER/vcswrapper-0.2.0"/x/vcsgui/build/vcswrapper/vcswrapper.exe SourceDir/bin +$LN "../dist-newstyle/build/x86_64-windows/ghc-$GHC_VER/vcswrapper-0.2.0"/x/vcswrapper/build/vcswrapper/vcswrapper.exe SourceDir/bin $LN "../dist-newstyle/build/x86_64-windows/ghc-$GHC_VER/vcsgui-0.3.0.0"/x/vcsgui/build/vcsgui/vcsgui.exe SourceDir/bin $LN "../dist-newstyle/build/x86_64-windows/ghc-$GHC_VER/vcsgui-0.3.0.0"/x/vcsgui-askpass/build/vcsgui-askpass/vcsgui-askpass.exe SourceDir/bin $LN "../dist-newstyle/build/x86_64-windows/ghc-$GHC_VER/$LEKSAH_SERVER_X_X_X_X"/x/leksah-server/build/leksah-server/leksah-server.exe SourceDir/bin