You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2019. It is now read-only.
.put("javaArgs", "-Duser.country=US -Duser.language=en -Xms512M -Xmx" + config.getWam() + "G")// forces default locale to english so there's no locale problems with mixins
473
474
.put("icon", InstallerUtils.ICON_BASE64);
474
475
if (config.getLocalJre())
475
476
if (System.getProperty("java.version").startsWith("1.8"))
0 commit comments