Typography: UIDefaultsDump: dumps updated on macOS Big Sur

This commit is contained in:
Karl Tauber
2021-10-25 13:06:34 +02:00
parent d34619824c
commit 7c594ba7a9
3 changed files with 190 additions and 6 deletions

View File

@@ -199,6 +199,8 @@ public class UIDefaultsDump
? "-linux"
: "");
String javaVersion = System.getProperty( "java.version" );
if( javaVersion.startsWith( "1.8.0_" ) )
javaVersion = "1.8.0_202";
File file = new File( dir, name + nameSuffix + "_"
+ javaVersion + osSuffix + ".txt" );