From a3619655680607d22fe19cb53c6f0c8345ce4a0a Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 1 Aug 2001 02:06:34 +0000 Subject: [PATCH] file remover and update tested on the mac, working with minor tweaks --- app/PdeUpdater.java | 2 ++ 1 file changed, 2 insertions(+) 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();