From 4b8beba7da8ee3d0333893e175f27280e6aaf0a1 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:51:44 +0200 Subject: [PATCH] Remove package from src. --- src/bin/buildForWindows.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/buildForWindows.sh b/src/bin/buildForWindows.sh index 723560507..f6b4726df 100755 --- a/src/bin/buildForWindows.sh +++ b/src/bin/buildForWindows.sh @@ -33,7 +33,6 @@ try export GIT_WORK_TREE=${TMP_FOLDER}; git checkout HEAD -f \ || fatal "failed to copy etherpad to temporary folder" try mkdir "${TMP_FOLDER}"/.git try git rev-parse HEAD >${TMP_FOLDER}/.git/HEAD -try cp -r src/package.json src/package-lock.json "${TMP_FOLDER}" try rsync -a ./src/node_modules "${TMP_FOLDER}"/src/ try cd "${TMP_FOLDER}"