Page 1 of 1

Compiler option -> Use icon (Windows & MacOS)

Posted: Wed Dec 16, 2009 4:29 pm
by Offin
I propose my application for Windows and MacOS.
Each time i change the source code, i have to re-compile one executable file for Windows + another executable file for MacOS.
Before re-compiling, i have to set the correct icon for the application (Compiler option -> Use icon).

I would love if we could define one icon for each OS version.
Or why not, we just set the name without extension, and PB automatically adds ".ico" for Windows and ".icns" for MacOS.

PS: this remark is certainely also applicable for Linux, but i am not familar with this OS.

Re: Compiler option -> Use icon (Windows & MacOS)

Posted: Wed Dec 16, 2009 7:48 pm
by Fred
When dealing with crossplatform, the best is to handle you compilation in a little script, with the PB commandline compiler. That's faster to deploy/package/upload on your website in one step. That said, the idea to ignore the icon extension could work.

Re: Compiler option -> Use icon (Windows & MacOS)

Posted: Thu Dec 17, 2009 10:13 pm
by DoubleDutch
This would be pretty handy.