From 3361f566ad1be254846f45179c75c8f7bc93be33 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 --- processing/app/PdeUpdater.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/processing/app/PdeUpdater.java b/processing/app/PdeUpdater.java index 9ee151a02..9c660f501 100644 --- a/processing/app/PdeUpdater.java +++ b/processing/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();