Removed not working fix-download-unicode/cfs_access-point.txt from build script.

Thanks to xet7 !
pull/3351/head
Lauri Ojansivu 5 years ago
parent 9e56cd5ea3
commit ed4260dd38
  1. 2
      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.

Loading…
Cancel
Save