Skip to content

Commit

Permalink
Fix #53144 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
romandemidov authored Nov 9, 2021
1 parent 3ba09f5 commit 460e49c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
desktopeditors/
out/
./pkg2appimage
pkg2appimage
3 changes: 3 additions & 0 deletions DesktopEditors-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ingredients:
- wget http://archive.ubuntu.com/ubuntu/pool/main/k/keyutils/libkeyutils1_1.5.9-8ubuntu1_amd64.deb
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
exclude:
- libsqlite3-0

script:
- cat > ./usr/share/applications/onlyoffice-desktopeditors.desktop <<\EOF
Expand Down Expand Up @@ -51,6 +53,7 @@ script:
- mv usr/lib/*so* usr/bin/
- mv lib/x86_64-linux-gnu/*so* usr/bin/
- rm -rf bin/ opt/ etc/ var/ lib/
- rm -f usr/bin/libgmodule-2.0.so.0*
- cp ./usr/bin/asc-de-256.png asc-de.png
- mv usr/bin/asc-de-64.png usr/share/icons/hicolor/64x64/apps/asc-de.png
- mv usr/bin/asc-de-48.png usr/share/icons/hicolor/48x48/apps/asc-de.png
Expand Down

0 comments on commit 460e49c

Please sign in to comment.