Added support for running Getdown as a signed applet as well as support for
running our target application directly in the same JVM instead of forking off a new VM.
This commit is contained in:
@@ -23,3 +23,11 @@
|
||||
-keep public class com.threerings.getdown.launcher.Getdown {
|
||||
public static void main (java.lang.String[]);
|
||||
}
|
||||
|
||||
-keep public class com.threerings.getdown.launcher.GetdownApp {
|
||||
public static void main (java.lang.String[]);
|
||||
}
|
||||
|
||||
-keep public class com.threerings.getdown.launcher.GetdownApplet {
|
||||
*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user