From 1ce25fd5e54191d2b981936b358253821dbeb360 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:09:53 +0200 Subject: [PATCH] Copy src folder only. --- src/bin/buildForWindows.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/buildForWindows.sh b/src/bin/buildForWindows.sh index 25506b0fc..6093e03b5 100755 --- a/src/bin/buildForWindows.sh +++ b/src/bin/buildForWindows.sh @@ -34,7 +34,6 @@ try export GIT_WORK_TREE=${TMP_FOLDER}; git checkout HEAD -f \ try mkdir "${TMP_FOLDER}"/.git try git rev-parse HEAD >${TMP_FOLDER}/.git/HEAD try cp -r ./src/node_modules "${TMP_FOLDER}"/src/node_modules -try cp -r node_modules "${TMP_FOLDER}"/node_modules try cd "${TMP_FOLDER}" [ -f src/package.json ] || fatal "failed to copy etherpad to temporary folder"