From 6d1705af344a36e1cd7846c3d41e486ae0200e2e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 13 Aug 2023 02:44:17 +0300 Subject: [PATCH] Update building Windows bundle. Thanks to xet7 ! --- releases/build-bundle-win64.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releases/build-bundle-win64.bat b/releases/build-bundle-win64.bat index 4d3c71053..d885efdf0 100755 --- a/releases/build-bundle-win64.bat +++ b/releases/build-bundle-win64.bat @@ -13,6 +13,9 @@ ECHO 3) Unarchiving new WeKan CALL 7z x wekan-%1-amd64.zip ECHO 4) Reinstalling bcrypt +cmd /c "npm -g install @mapbox/node-pre-gyp node-gyp fibers" +cmd /c "npm -g install node-gyp" +cmd /c "npm -g install fibers" cmd /c "CD bundle\programs\server\npm\node_modules\meteor\accounts-password && npm remove bcrypt && npm install bcrypt" REM # Sometimes may require building from source https://github.com/meteor/meteor/issues/11682 REM # cmd /c "bundle\programs\server\npm\node_modules\meteor\accounts-password && npm rebuild --build-from-source && npm --build-from-source install bcrypt"