How do I change the name of my newly built application so it matches the name I labeled the app in the IDE?

I would like to have the exec built from my project to have a a name other than myapplication. how can I change that? Note: I have already checked the windows box under build settings and changed the app name to the name I want it to be but it keep coming up as myApplication.exe.

You can change the executable file name by clicking on your build target in the navigator and then look at the inspector.

Thank you. I had clicked on the build target but forgot to change the app name! MY bad.