change from never call setStarting except in checkStarting

This commit is contained in:
idk
2022-09-11 01:35:01 -04:00
parent 2f0f99f609
commit fe68a39d94

View File

@ -135,7 +135,7 @@ public class WinLauncher {
} catch (IOException e) {
e.printStackTrace();
}
setStarting();
File jrehome = javaHome();
logger.info("jre home is: " + jrehome.getAbsolutePath());
File appimagehome = appImageHome();