diff --git a/app/PdeUpdater.java b/app/PdeUpdater.java index 9ee151a02..9c660f501 100644 --- a/app/PdeUpdater.java +++ b/app/PdeUpdater.java @@ -102,6 +102,8 @@ public class PdeUpdater { e.printStackTrace(); } */ + // mac mrj is not smart enough to exit the applicaiton here + System.exit(0); } catch (IOException e1) { e1.printStackTrace();