work on torrent updates
This commit is contained in:
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Wed Dec 21 23:20:15 UTC 2022
|
||||
build.number=332
|
||||
#Wed Dec 21 23:41:48 UTC 2022
|
||||
build.number=333
|
||||
|
@ -23,7 +23,6 @@ public class I2PBrowserPlugin extends I2PBrowser implements ClientApp {
|
||||
public void shutdown(String[] args) { this.shutdownSystray(); }
|
||||
public void startup() {
|
||||
try {
|
||||
this.startup(args);
|
||||
boolean got = downloadTorrent();
|
||||
while (!got) {
|
||||
logger.info("Working to download updates in the background");
|
||||
@ -35,6 +34,7 @@ public class I2PBrowserPlugin extends I2PBrowser implements ClientApp {
|
||||
content.delete();
|
||||
}
|
||||
}
|
||||
this.startup(args);
|
||||
} catch (Exception e) {
|
||||
logger.info(e.toString());
|
||||
}
|
||||
|
Reference in New Issue
Block a user