I have a simple question. Whenever I create a stand-alone application from the DrRacket IDE, I want to use an .ico file as the icon for the file. The acceptable dimensions are 16x16, 32x32, or 48x48. However, whenever I attempt I attach an .ico files to use, DrRacket just creates the executable with the default DrRacket icon. Does anyone have any idea why this is occurring?
1 Answers
3
votes
Raco contains a command line option to supply an .ICO file for the resulting executable. See http://docs.racket-lang.org/raco/exe.html:
raco exe -ico /path/to/icon.ico