diff --git a/src/main/java/com/threerings/getdown/launcher/Getdown.java b/src/main/java/com/threerings/getdown/launcher/Getdown.java index df5d1ad..ef9c280 100644 --- a/src/main/java/com/threerings/getdown/launcher/Getdown.java +++ b/src/main/java/com/threerings/getdown/launcher/Getdown.java @@ -795,6 +795,10 @@ public abstract class Getdown extends Thread } } + public static boolean isUpdateAvailable() { + return readyToInstall && !toBeInstalledResouces.isEmpty(); + } + /** * Called to launch the application if everything is determined to be ready to go. */