Re: [racket-users] Building GUI launcher icons with raco setup

2018-02-02 Thread Matthew Flatt
At Fri, 26 Jan 2018 20:44:44 -0600, Philip McGrath wrote: > The package includes a module that programmatically generates the icons for > the GUI launcher at the expected paths ("my-application.png" and so forth). > I would like to have raco setup run this code before it builds the > launcher, but

[racket-users] Building GUI launcher icons with raco setup

2018-01-26 Thread Philip McGrath
I have a Racket package that creates a GUI launcher using gracket-launcher-names and gracket-launcher-libraries in the info.rkt file. The package includes a module that programmatically generates the icons for the GUI launcher at the expected paths ("my-application.png" and so forth). I would