Skip to content

Commit

Permalink
Update version to 6.4.1 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
romandemidov authored Sep 28, 2021
1 parent 528b6fc commit 9444d2c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: onlyoffice-ds
version: "6.4.0"
version: "6.4.1"
summary: "An online office suite that allowing to create, view and edit documents."
description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time."
icon: snap/icons/asc-de-256.png
Expand Down Expand Up @@ -72,7 +72,7 @@ parts:
server:
plugin: dump
source: https://download.onlyoffice.com/install/documentserver/linux/onlyoffice-documentserver-6.4.0.tar.gz
source: https://download.onlyoffice.com/install/documentserver/linux/onlyoffice-documentserver-6.4.1.tar.gz
stage-packages:
- libxml2
- fonts-dejavu
Expand All @@ -97,14 +97,6 @@ parts:
/usr/lib/update-notifier/package-data-downloader
fi
cp -r /usr/share/fonts/truetype/msttcorefonts $SNAPCRAFT_PART_INSTALL/usr/share/fonts/truetype
#temporary
rm -r $SNAPCRAFT_PART_INSTALL/core-fonts
rm -r $SNAPCRAFT_PART_INSTALL/sdkjs
rm -r $SNAPCRAFT_PART_INSTALL/sdkjs-plugins
rm -r $SNAPCRAFT_PART_INSTALL/server
rm -r $SNAPCRAFT_PART_INSTALL/web-apps
rm -r $SNAPCRAFT_PART_INSTALL/example
#
DIR="$SNAPCRAFT_PART_INSTALL/var/www/onlyoffice/documentserver"
rm -r $DIR/server/welcome
DIR_ETC="$SNAPCRAFT_PART_INSTALL/etc/onlyoffice/documentserver"
Expand Down

0 comments on commit 9444d2c

Please sign in to comment.