Browse Source

Do not include app.js in the source package.

master
Boris Grozev 10 years ago
parent
commit
4964ec2a83
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -25,6 +25,6 @@ uglify:
25 25
 
26 26
 source-package:
27 27
 	mkdir -p source_package/jitsi-meet && \
28
-	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 && \
28
+	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 && \
29 29
 	(cd source_package ; tar cjf ../jitsi-meet.tar.bz2 jitsi-meet) && \
30 30
 	rm -rf source_package

Loading…
Cancel
Save