Skip to content

Commit

Permalink
Fix for windows installer build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Sep 16, 2018
1 parent c94bcd7 commit fefe7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/makeinstaller.sh
Expand Up @@ -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
Expand Down

0 comments on commit fefe7f1

Please sign in to comment.