When i build in windows i take .exe file put it in another place on disk and voila is running....
In MacOSX when i buld the project and put it in another place isnt run but need the project run command file...
I look inside the project file and i see that the project command file in here....
So Why can't run only the file....? and why the icon doesn't change...?
Please help....
On Mac OS X you NEED to run from Application Bundle (it's a Mac OS X standard), for debug purpose Lazarus make an Application Bundle with link to executable, when you need to go release you need to put your executable over the link inside Application Bundle, if not it will not work.
You can assign icon to application bundle only, via info.plist, and it will change as soon as you move the application bundle from one folder to other (and then back if you need).