瀏覽代碼

Merge pull request #542 from champtar/unsupported_browser

Add unsupported_browser.css to source-package
j8
damencho 9 年之前
父節點
當前提交
83f07a7e67
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      Makefile

+ 1
- 0
Makefile 查看文件

@@ -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…
取消
儲存