Browse Source

Merge pull request #542 from champtar/unsupported_browser

Add unsupported_browser.css to source-package
master
damencho 9 years ago
parent
commit
83f07a7e67
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Makefile

+ 1
- 0
Makefile View File

@@ -47,5 +47,6 @@ source-package:
47 47
 	mkdir -p source_package/jitsi-meet/css && \
48 48
 	cp -r analytics.js 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 && \
49 49
 	cp css/all.css source_package/jitsi-meet/css && \
50
+	cp css/unsupported_browser.css source_package/jitsi-meet/css && \
50 51
 	(cd source_package ; tar cjf ../jitsi-meet.tar.bz2 jitsi-meet) && \
51 52
 	rm -rf source_package

Loading…
Cancel
Save