build: copy tldraw fonts to be served in files/
Cont'd from https://github.com/bigbluebutton/bigbluebutton/pull/16443
This commit is contained in:
parent
25f7d34c4e
commit
f2a9a4ed9d
@ -73,8 +73,8 @@ cd -
|
|||||||
cp -r /tmp/html5-build/bundle staging/usr/share/meteor
|
cp -r /tmp/html5-build/bundle staging/usr/share/meteor
|
||||||
|
|
||||||
# copy over tl;draw fonts due to a preset path
|
# copy over tl;draw fonts due to a preset path
|
||||||
mkdir -p staging/usr/share/meteor/bundle/programs/web.browser/app/public/files
|
mkdir -p staging/usr/share/meteor/bundle/programs/web.browser/app/files
|
||||||
cp node_modules/@fontsource/*/files/*.woff[2] staging/usr/share/meteor/bundle/programs/web.browser/app/public/files/
|
cp node_modules/@fontsource/*/files/*.woff[2] staging/usr/share/meteor/bundle/programs/web.browser/app/files/
|
||||||
|
|
||||||
cp systemd_start.sh staging/usr/share/meteor/bundle
|
cp systemd_start.sh staging/usr/share/meteor/bundle
|
||||||
chmod +x staging/usr/share/meteor/bundle/systemd_start.sh
|
chmod +x staging/usr/share/meteor/bundle/systemd_start.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user