How can I set a specific build location?

I have a Google Drive account and I want all my project data synced every time I build my project.
I set up three different folders:

  • Source
  • Last Dev Build
    Plus another one that’s not important.

How can I make Xojo to build apps in that specific folder (Last Dev Build)?

(Sorry for the noob question)

Preferences: Building Tab

Thanks Perter for your reply, but unfortunately it doesn’t work with my iOS project.
I set it like this (but does not it says ‘unsaved’?)

You will need to use a post build step script to copy the items to the folder.

[quote=193459:@Manuel Romei]I have a Google Drive account and I want all my project data synced every time I build my project.
I set up three different folders:

  • Source
  • Last Dev Build
    Plus another one that’s not important.

How can I make Xojo to build apps in that specific folder (Last Dev Build)?

(Sorry for the noob question)[/quote]
Be aware that there CAN be issue trying to build to network attached drives like this
There are numerous reports of weird behavior with DropBox

Basically they do NOT always support everything the OS file system does & this ends up causing compilation issues

Thank you very much Norman and Greg. So basically you recommend me to do it manually?

Build once to get the correct name for the builds folder
delete it and crate an alias with that exact name that points to your “Last Dev Build” directory