build: copy tldraw fonts to be served in files/

Cont'd from https://github.com/bigbluebutton/bigbluebutton/pull/16443
This commit is contained in:
Anton Georgiev 2023-01-12 16:25:40 -05:00 committed by GitHub
parent 25f7d34c4e
commit f2a9a4ed9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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