diff options
-rwxr-xr-x | standalone/windows/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 2490bbb56..7cbfb342d 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -70,6 +70,7 @@ ghc -fforce-recomp --make Build/NullSoftInstaller.hs # Currently need an older version of rsync than the one from cygwin. if [ ! -e rsync.exe ]; then withcyg wget https://downloads.kitenet.net/git-annex/windows/assets/rsync.exe + withcyg chmod +x rsync.exe fi PATH=".:/c/cygwin/bin:$PATH" Build/NullSoftInstaller.exe |