aboutsummaryrefslogtreecommitdiff
path: root/standalone/windows/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/windows/build.sh')
-rwxr-xr-xstandalone/windows/build.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 895b74525..dd2c02ea1 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -28,8 +28,9 @@ export UPGRADE_LOCATION
#FORCE_GIT_VERSION=1.9.5
#export FORCE_GIT_VERSION
-# Don't allow build artifact from a past successful build to be extracted
+# Don't allow build artifacts from a past successful build to be extracted
# if we fail.
+#rm -f git-annex.exe
rm -f git-annex-installer.exe
# Get extra programs to bundle with git-annex.
@@ -57,9 +58,9 @@ getextra () {
getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
# Build git-annex
-stack setup --stack-yaml stack-windows.yaml
-stack install -j 1 --stack-yaml stack-windows.yaml --no-haddock \
- --local-bin-path .
+#stack setup --stack-yaml stack-windows.yaml
+#stack install -j 1 --stack-yaml stack-windows.yaml --no-haddock \
+# --local-bin-path .
# Build the installer
withcygpreferred stack ghc --stack-yaml stack-windows.yaml --no-haddock \