From 1ef848c4ca58792a6d7fbd312bf5a545a4f7fea2 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 17 Apr 2020 21:00:43 -0700 Subject: [PATCH] misconfig --- words/info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/words/info.rkt b/words/info.rkt index 5634898..39946a9 100644 --- a/words/info.rkt +++ b/words/info.rkt @@ -3,5 +3,5 @@ (define post-install-collection "index.rkt") (define raco-commands '(("words" (submod words/command raco) "issue words command" #f))) -(define gracket-launcher-names '("Words.app")) +(define gracket-launcher-names '("Words")) (define gracket-launcher-libraries '("app.rkt")) \ No newline at end of file