diff options
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/windows/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index c0bc2c2bb..93ee1a6e3 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -16,6 +16,10 @@ incygwin () { PATH="/c/cygwin/bin:$PATH" "$@" } +# Don't allow build artifact from a past successfuly build to be extracted +# if we fail. +rm -f git-annex-installer.exe + # Install haskell dependencies. # cabal install is not run in cygwin, because we don't want configure scripts # for haskell libraries to link them with the cygwin library. |