DocumentServer/Tools/Bin/GenerateAllFonts.sh

11 lines
321 B
Bash
Raw Normal View History

2015-04-28 14:59:00 +00:00
#!/bin/sh
DIR="/var/www/onlyoffice/documentserver"
#Start generate AllFonts.js, font thumbnails and font_selection.bin
2015-08-18 11:05:31 +00:00
"$DIR/Tools/AllFontsGen"\
2015-04-28 14:59:00 +00:00
"/usr/share/fonts"\
"$DIR/DocService/OfficeWeb/sdk/Common/AllFonts.js"\
"$DIR/DocService/OfficeWeb/sdk/Common/Images"\
"$DIR/FileConverterService/Bin/font_selection.bin"