mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
Copy demos to SRS release
This commit is contained in:
5
trunk/configure
vendored
5
trunk/configure
vendored
@@ -592,7 +592,12 @@ install:
|
||||
@mkdir -p \$(__REAL_INSTALL)
|
||||
@echo "Now make the http root dir"
|
||||
@mkdir -p \$(__REAL_INSTALL)/objs/nginx/html
|
||||
@cp -f research/api-server/static-dir/index.html \$(__REAL_INSTALL)/objs/nginx/html
|
||||
@cp -f research/api-server/static-dir/crossdomain.xml \$(__REAL_INSTALL)/objs/nginx/html
|
||||
@cp -f research/api-server/static-dir/favicon.ico \$(__REAL_INSTALL)/objs/nginx/html
|
||||
@cp -Rf research/players \$(__REAL_INSTALL)/objs/nginx/html/
|
||||
@cp -Rf research/console \$(__REAL_INSTALL)/objs/nginx/html/
|
||||
@cp -Rf 3rdparty/signaling/www/demos \$(__REAL_INSTALL)/objs/nginx/html/
|
||||
@echo "Now copy binary files"
|
||||
@mkdir -p \$(__REAL_INSTALL)/objs
|
||||
@cp -f objs/srs \$(__REAL_INSTALL)/objs
|
||||
|
||||
Reference in New Issue
Block a user