mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 03:52:12 +00:00
Fixed #2025, #2078, #2053 Problems starting the app on Windows when the username has unicode characters
This commit is contained in:
@@ -987,6 +987,10 @@ public final class Configuration {
|
||||
@ConfigurationCategory("export")
|
||||
public static ConfigurationItem<Boolean> as3ExportNamesUseClassNamesOnly = null;
|
||||
|
||||
@ConfigurationDefaultString("")
|
||||
@ConfigurationDirectory
|
||||
public static ConfigurationItem<String> jnaTempDirectory = null;
|
||||
|
||||
private enum OSId {
|
||||
WINDOWS, OSX, UNIX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user