From ed4260dd38da373bd0baebd5f73516f38bfe52fe Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 13 Nov 2020 03:22:28 +0200 Subject: [PATCH] Removed not working fix-download-unicode/cfs_access-point.txt from build script. Thanks to xet7 ! --- rebuild-wekan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 9709eb7a7..de8ff4f6d 100755 --- a/rebuild-wekan.sh +++ b/rebuild-wekan.sh @@ -82,7 +82,7 @@ do npm install rm -rf .build meteor build .build --directory - cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js + #cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js # Remove legacy webbroser bundle, so that Wekan works also at Android Firefox, iOS Safari, etc. rm -rf .build/bundle/programs/web.browser.legacy #Removed binary version of bcrypt because of security vulnerability that is not fixed yet.