Installation manual refactoring

This commit is contained in:
Marc Froehlich
2026-07-20 23:40:16 +02:00
parent 01a2d95a8a
commit b0c04d2238
4 changed files with 675 additions and 301 deletions
@@ -8178,14 +8178,14 @@ public class Kst4ContestApplication extends Application implements StatusUpdateL
> ApplicationConstants.APPLICATION_CURRENTVERSIONNUMBER;
}
if (updateAvailable) {
// if (updateAvailable) {
stage_updateStage.show();
} else {
// } else {
// stage_updateStage.show(); only for debugging check
//nothing to do
}
// }
} catch (Exception excOnUpdateFileProcessing) {
System.out.println("[KST4ContestApp, ERROR]: Problem on Updateservice! " + excOnUpdateFileProcessing.getMessage());
excOnUpdateFileProcessing.printStackTrace();