diff --git a/src/bin/buildForWindows.sh b/src/bin/buildForWindows.sh index 8d183efc3..9a225139b 100755 --- a/src/bin/buildForWindows.sh +++ b/src/bin/buildForWindows.sh @@ -20,7 +20,7 @@ try cd "${workdir}" [ -f src/package.json ] || fatal "failed to cd to etherpad root directory" ls -lisa # See https://github.com/msys2/MSYS2-packages/issues/1216 -export MSYS=winsymlinks:lnk +export MSYS=winsymlinks:native OUTPUT=${workdir}/etherpad-win.zip