|
@@ -51,7 +51,7 @@ public final class OsEnvUtils {
|
|
Map<String, String> pathMap = new HashMap<>(2);
|
|
Map<String, String> pathMap = new HashMap<>(2);
|
|
if (osName.contains("linux") || osName.contains("unix")) {
|
|
if (osName.contains("linux") || osName.contains("unix")) {
|
|
pathMap.put(TargetFile.EXCEL.getName(), "/excel/");
|
|
pathMap.put(TargetFile.EXCEL.getName(), "/excel/");
|
|
- pathMap.put(TargetFile.FONT.getName(), "/excel/");
|
|
|
|
|
|
+ pathMap.put(TargetFile.FONT.getName(), "/");
|
|
pathMap.put(TargetFile.CONTACT.getName(), "~/");
|
|
pathMap.put(TargetFile.CONTACT.getName(), "~/");
|
|
pathMap.put(TargetFile.TEMPLATE.getName(), "~/");
|
|
pathMap.put(TargetFile.TEMPLATE.getName(), "~/");
|
|
}
|
|
}
|