mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
why is update check behaving strangely?
This commit is contained in:
@@ -96,6 +96,7 @@ public class UpdateCheck {
|
||||
System.getProperty("os.arch"));
|
||||
|
||||
int latest = readInt(downloadURL + "?" + info);
|
||||
System.out.println("latest is " + latest);
|
||||
|
||||
String lastString = Preferences.get("update.last");
|
||||
long now = System.currentTimeMillis();
|
||||
|
||||
Reference in New Issue
Block a user