mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-28 02:27:57 +08:00
Change default executable name for LibreOffice [SCI-3970]
This commit is contained in:
parent
39a2669eef
commit
8b3c042e39
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module ActiveStorage
|
|||
end
|
||||
|
||||
def libreoffice_path
|
||||
ENV['LIBREOFFICE_PATH'] || 'libreoffice'
|
||||
ENV['LIBREOFFICE_PATH'] || 'soffice'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue