From d4349091ca730c899adedf2e18cecdbbf5a9cefc Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 7 May 2017 22:49:02 +0300 Subject: [PATCH] Unicode fix update --- Install-and-Update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index f162fda..ad2376b 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -170,7 +170,7 @@ not recompiled though, that needs full rebuild. ```bash rm -rf .build meteor build .build --directory -cp fix-download-unicode/cfs_access-point.js .build/bundle/programs/server/packages/ +cp fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js sed -i "s|build\/Release\/bson|browser_build\/bson|g" .build/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/node_modules/bson/ext/index.js cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt rm -rf node_modules/bcrypt @@ -331,7 +331,7 @@ git pull npm install rm -rf .build meteor build .build --directory -cp fix-download-unicode/cfs_access-point.js .build/bundle/programs/server/packages/ +cp fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js sed -i "s|build\/Release\/bson|browser_build\/bson|g" .build/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/node_modules/bson/ext/index.js cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt rm -rf node_modules/bcrypt