fix static references in Winlauncher And WindowsUpdatePostProcessor

This commit is contained in:
idk
2021-08-02 14:17:02 -04:00
parent 8453c4092c
commit b79044bcce
3 changed files with 19 additions and 14 deletions

View File

@ -18,7 +18,7 @@ import java.lang.InterruptedException;
public class WindowsUpdatePostProcessor implements UpdatePostProcessor {
private final Log _log = I2PAppContext.getGlobalContext().logManager().getLog(WindowsUpdatePostProcessor.class);
protected Router i2pRouter = null;
protected static Router i2pRouter = null;
public void updateDownloadedandVerified(UpdateType type, int fileType, String version, File file) throws IOException {
if (fileType == 6) {