1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

Update script

This commit is contained in:
winlin 2021-04-28 15:30:06 +08:00
parent 9d9d81ef17
commit c95c53cfe3

View file

@ -388,9 +388,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
# copy players to nginx html dir.
rm -rf ${SRS_OBJS}/nginx/html/players &&
ln -sf `pwd`/research/players ${SRS_OBJS}/nginx/html/players &&
rm -f ${SRS_OBJS}/nginx/crossdomain.xml &&
ln -sf `pwd`/research/players/crossdomain.xml ${SRS_OBJS}/nginx/html/crossdomain.xml
ln -sf `pwd`/research/players ${SRS_OBJS}/nginx/html/players
# For srs-console.
rm -rf ${SRS_OBJS}/nginx/html/console &&