Skip to content

Commit

Permalink
Fix build error (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
romandemidov authored Jun 15, 2023
1 parent 333393a commit 0838677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ parts:
- else fail
override-build: |
craftctl default
mkdir -p $CRAFT_PART_INSTALL/opt/onlyoffice
mv $CRAFT_PART_INSTALL/desktopeditors $CRAFT_PART_INSTALL/opt/onlyoffice
mkdir -p $CRAFT_PART_INSTALL/opt/onlyoffice/desktopeditors
mv $CRAFT_PART_INSTALL/??????* app fonts $CRAFT_PART_INSTALL/opt/onlyoffice/desktopeditors
mkdir -p $CRAFT_PART_INSTALL/usr/share/applications
mv $CRAFT_PART_INSTALL/opt/onlyoffice/desktopeditors/app/onlyoffice-desktopeditors.desktop $CRAFT_PART_INSTALL/usr/share/applications/onlyoffice-desktopeditors.desktop
sed 's|=onlyoffice-desktopeditors|\=${SNAP}/opt/onlyoffice/desktopeditors/asc-de-256.png|g' -i $CRAFT_PART_INSTALL/usr/share/applications/onlyoffice-desktopeditors.desktop
Expand Down

0 comments on commit 0838677

Please sign in to comment.