From 5097c8ac8728b2bd3988f53cf04f8dd356e57c7a Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 5 Aug 2023 23:33:18 +0200 Subject: [PATCH] Show bin and src bin. --- src/bin/buildForWindows.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/buildForWindows.sh b/src/bin/buildForWindows.sh index 0f78ec9ce..dd5f7ddb4 100755 --- a/src/bin/buildForWindows.sh +++ b/src/bin/buildForWindows.sh @@ -18,7 +18,8 @@ try cd "${0%/*}" workdir=$(try git rev-parse --show-toplevel) || exit 1 try cd "${workdir}" [ -f src/package.json ] || fatal "failed to cd to etherpad root directory" - +ls -lisa src/bin +ls bin # See https://github.com/msys2/MSYS2-packages/issues/1216 export MSYSTEM=winsymlinks:lnk