Browse Source

e2ee: use a separate bundle for the worker

master
Saúl Ibarra Corretgé 4 years ago
parent
commit
2b4f33bef8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Makefile

+ 1
- 0
Makefile View File

@@ -59,6 +59,7 @@ deploy-lib-jitsi-meet:
59 59
 	cp \
60 60
 		$(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.js \
61 61
 		$(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.map \
62
+		$(LIBJITSIMEET_DIR)/lib-jitsi-meet.e2ee-worker.js \
62 63
 		$(LIBJITSIMEET_DIR)/connection_optimization/external_connect.js \
63 64
 		$(LIBJITSIMEET_DIR)/modules/browser/capabilities.json \
64 65
 		$(DEPLOY_DIR)

Loading…
Cancel
Save