From 188ca8a3b1eb3adedb4c749b979dfc234279bc32 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 12 May 2022 20:19:43 -0400 Subject: [PATCH] Windows build: Remove obsolete file removals --- src/bin/buildForWindows.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/buildForWindows.sh b/src/bin/buildForWindows.sh index e536f28b..89837201 100755 --- a/src/bin/buildForWindows.sh +++ b/src/bin/buildForWindows.sh @@ -52,10 +52,6 @@ try wget "https://nodejs.org/dist/latest-erbium/win-x86/node.exe" -O node.exe log "remove git history to reduce folder size" try rm -rf .git/objects -log "remove windows jsdom-nocontextify/test folder" -try rm -rf "$TMP_FOLDER"/src/node_modules/wd/node_modules/request/node_modules/form-data/node_modules/combined-stream/test -try rm -rf "$TMP_FOLDER"/src/node_modules/nodemailer/node_modules/mailcomposer/node_modules/mimelib/node_modules/encoding/node_modules/iconv-lite/encodings/tables - log "create the zip..." try cd "$TMP_FOLDER" try zip -9 -r "${OUTPUT}" ./* -x var