Change default executable name for LibreOffice [SCI-3970]

This commit is contained in:
Oleksii Kriuchykhin 2019-10-07 16:12:55 +02:00
parent 39a2669eef
commit 8b3c042e39

View file

@ -44,7 +44,7 @@ module ActiveStorage
end end
def libreoffice_path def libreoffice_path
ENV['LIBREOFFICE_PATH'] || 'libreoffice' ENV['LIBREOFFICE_PATH'] || 'soffice'
end end
end end
end end