summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-25 03:47:44 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-25 03:47:44 +0300
commit1235363465b824d26129d4aa74a4445f362c1a73 (patch)
tree22f9cd33d9a13730e247f20c07a086b49657d7c5 /rebuild-wekan.sh
parent7263d7497fce3eb3ab014d099f903d68cfcb8e6b (diff)
downloadwekan-1235363465b824d26129d4aa74a4445f362c1a73.tar.gz
wekan-1235363465b824d26129d4aa74a4445f362c1a73.tar.bz2
wekan-1235363465b824d26129d4aa74a4445f362c1a73.zip
Fix Wekan not load at all in Firefox v.68 for Android.
Thanks to xet7 ! Closes #3021
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index 61c19928..5b921574 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -148,6 +148,8 @@ do
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
+ # 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.
#https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac
#https://github.com/wekan/wekan/commit/7eeabf14be3c63fae2226e561ef8a0c1390c8d3c