Skip to content

Commit

Permalink
Add themes generating (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
igo-reek authored and agolybev committed Sep 9, 2019
1 parent 81d5738 commit 517945b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ parts:
mkdir -p $SNAPCRAFT_PART_INSTALL/var/www/onlyoffice/documentserver/fonts
DIR="$SNAPCRAFT_PART_INSTALL/var/www/onlyoffice/documentserver"
"$DIR/server/tools/allfontsgen" --input="$DIR/core-fonts" --allfonts-web="$DIR/sdkjs/common/AllFonts.js" --allfonts="$DIR/server/FileConverter/bin/AllFonts.js" --images="$DIR/sdkjs/common/Images" --selection="$DIR/server/FileConverter/bin/font_selection.bin" --output-web="$DIR/fonts" --use-system="false"
"$DIR/server/tools/allthemesgen" --converter-dir="$DIR/server/FileConverter/bin" --src="$DIR/sdkjs/slide/themes" --output="$DIR/sdkjs/common/Images"
node:
Expand Down

0 comments on commit 517945b

Please sign in to comment.