X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-owen.git;a=blobdiff_plain;f=src%2Fcom%2Ftedpearson%2Fypp%2Fmarket%2FInstaller.java;h=2662fe9659d1e9c9c2b4256e5c2239494b6fd75f;hp=a7621b823b4befa927313e5d48cfcf5de178c390;hb=fd6771cc8d1fcd52119c3658f62ebd7f39ee4f81;hpb=3cff51a7f2bf5a5d9b78482f408da1b70037994c diff --git a/src/com/tedpearson/ypp/market/Installer.java b/src/com/tedpearson/ypp/market/Installer.java index a7621b8..2662fe9 100644 --- a/src/com/tedpearson/ypp/market/Installer.java +++ b/src/com/tedpearson/ypp/market/Installer.java @@ -18,7 +18,6 @@ import java.net.URLDecoder; * An Installer for PCTB Java Client. */ public class Installer extends JFrame { - public final static int VERSION = 8; private JLabel label; private JProgressBar progress; private JButton install, uninstall; @@ -137,10 +136,6 @@ public class Installer extends JFrame { public Installer(String[] args) { super("PCTB Installer"); - Updater.getUpdater().checkAndUpdate(null, "http://tedpearson.com/market/version", - "the PCTB Uploader client", VERSION, true, - getClass().getProtectionDomain().getCodeSource().getLocation().getPath()); - // gui: simple window with status area and progress bar checkPermission(args); label = new JLabel("Ready to install!"); @@ -342,4 +337,4 @@ public class Installer extends JFrame { uninstalled = false; } } -} \ No newline at end of file +}