another AUR build fix

This commit is contained in:
Marc Froehlich
2026-07-20 23:56:14 +02:00
parent 756f65e825
commit 0b6120defc
2 changed files with 10 additions and 26 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();