From 9953369343e959212ab639e4bed2df1f3ec05643 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Tue, 30 Apr 2019 12:51:16 +0100 Subject: [PATCH] JAL-3196 Correcting the source for getdown (already corrected in util/install4j/install4j_template.install4j and getdown/lib/getdown-launcher.jar) --- .../core/src/main/java/com/threerings/getdown/util/LaunchUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/LaunchUtil.java b/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/LaunchUtil.java index 829e38f..f2cd573 100644 --- a/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/LaunchUtil.java +++ b/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/LaunchUtil.java @@ -20,7 +20,7 @@ import static com.threerings.getdown.Log.log; public class LaunchUtil { /** The directory into which a local VM installation should be unpacked. */ - public static final String LOCAL_JAVA_DIR = "java_vm"; + public static final String LOCAL_JAVA_DIR = "jre"; /** * Writes a version.txt file into the specified application directory and -- 1.7.10.2