From 85a55f984e855b326738f2771e48a60db19a21d3 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 30 May 2008 02:38:08 +0000 Subject: [PATCH] avoid scanning launcher/Starter.app svn: r10029 --- collects/launcher/info.ss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 collects/launcher/info.ss diff --git a/collects/launcher/info.ss b/collects/launcher/info.ss new file mode 100644 index 0000000000..b3758714d7 --- /dev/null +++ b/collects/launcher/info.ss @@ -0,0 +1,4 @@ +#lang setup/infotab + +;; in OSX the starter app is a directory +(define compile-omit-paths '("Starter.app"))