Re: Question concerning creating .exe shorcuts.
Bruno Jesus <[email protected]>
| Newsgroups | gmane.comp.emulators.wine.user |
|---|---|
| Message-ID | <CALF_nURNpmDU47UTYUnRdVO46URZDgJNOjoiT0sa3r7sRPO_sw@mail.gmail.com> |
Maybe you could use imagemagick to convert the ico to png automatically. Something like: convert "file.ico" -alpha on -background none -flatten "file.png"