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