From 1c5f2dba399cf4b6ff46a5b69033c3a2a29e5be7 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 5 Aug 2023 23:13:26 +0200 Subject: [PATCH] Use native. --- src/bin/buildForWindows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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