Browse Source

MacOS下office安装路径更新

陈精华 6 years ago
parent
commit
3713e6e550

+ 2 - 0
jodconverter-core/src/main/java/org/artofsolving/jodconverter/office/OfficeUtils.java

@@ -79,12 +79,14 @@ public class OfficeUtils {
         } else if (PlatformUtils.isMac()) {
             return findOfficeHome(
                 "/Applications/OpenOffice.org.app/Contents",
+                "/Applications/OpenOffice.app/Contents",
                 "/Applications/LibreOffice.app/Contents"
             );
         } else {
             // Linux or other *nix variants
             return findOfficeHome(
                 "/opt/openoffice.org3",
+                "/opt/openoffice",
                 "/opt/libreoffice",
                 "/opt/openoffice4",
                 "/usr/lib/openoffice",