Skip to content

Commit e648e5a

Browse files
committed
Update path
1 parent aa103ff commit e648e5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/fontconfig/FCFontAssetInstaller.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ - (NSString *) userFontsDirectory
254254
}
255255
else // Assume linux/unix
256256
{
257-
fontsPath = [homeDir stringByAppendingPathComponent: @".fonts"];
257+
fontsPath = [homeDir stringByAppendingPathComponent: @".local"];
258+
fontsPath = [fontsPath stringByAppendingPathComponent: @"share"];
259+
fontsPath = [fontsPath stringByAppendingPathComponent: @"fonts"];
258260
}
259261
}
260262

0 commit comments

Comments
 (0)