From 4964ec2a83a8bcd4ff2edc476725dbf1e0592f0b Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Tue, 6 Oct 2015 14:03:12 -0500 Subject: [PATCH] Do not include app.js in the source package. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ab428f5c2..fe01880d6c 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,6 @@ uglify: source-package: mkdir -p source_package/jitsi-meet && \ - cp -r analytics.js app.js css external_api.js favicon.ico fonts images index.html interface_config.js libs plugin.*html sounds title.html unsupported_browser.html LICENSE config.js lang source_package/jitsi-meet && \ + cp -r analytics.js css external_api.js favicon.ico fonts images index.html interface_config.js libs plugin.*html sounds title.html unsupported_browser.html LICENSE config.js lang source_package/jitsi-meet && \ (cd source_package ; tar cjf ../jitsi-meet.tar.bz2 jitsi-meet) && \ rm -rf source_package