diff options
Diffstat (limited to 'office/onlyoffice-desktopeditors/desktopeditors')
-rw-r--r-- | office/onlyoffice-desktopeditors/desktopeditors | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/office/onlyoffice-desktopeditors/desktopeditors b/office/onlyoffice-desktopeditors/desktopeditors new file mode 100644 index 0000000000..8c625f568f --- /dev/null +++ b/office/onlyoffice-desktopeditors/desktopeditors @@ -0,0 +1,6 @@ +#!/bin/sh + +LD_LIBRARY_PATH=./ +export LD_LIBRARY_PATH +cd /opt/onlyoffice/desktopeditors/ +exec ./DesktopEditors "$@" |