Xojo build script - move Lib

After the build, Im trying to find an example that moves a 3rd party DLL from any of the CopyFile locations to the “AppName Libs” folder. I see docs and LR, xojo examples but I must be overlooking this - simple isnt it?

kr,
-sean

So you’ve added the CopyFiles step after build correct? You can select the destination location with the inspector on the right. Select the CopyFiles step, and you should see this:
Screen Shot 2021-10-19 at 10.34.07

Select “Frameworks Folder” for the libs/frameworks folder.

Thank you Tim. I htought I had tried that but obviously not