diff options
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 9f51c52f4..8a555e6dc 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -47,9 +47,9 @@ touch last-incremental-failed # Build git-annex withcyg cabal configure -f-WebApp withcyg cabal build || true -rm -f Build/EvilLinker.exe -ghc --make Build/EvilLinker -Build/EvilLinker +#rm -f Build/EvilLinker.exe +#ghc --make Build/EvilLinker +#Build/EvilLinker # Build the installer cabal install nsis |