Android Question copy folders with CustomAction

Bel

Member
Licensed User
Hi
I have a app that i sell it to each client with relate configuration
I need to place client's folder configuration inside project and use customaction for copy folder in objects\res\values
I need only copy files in folder to objects\res\values not self folder
I cannot use #CustomBuildAction: 1, c:\windows\system32\cmd.exe, /c copy C:\Android\Shop\Alex\*.* C:\Android\Shop\Objects\res\values\*.*
What's solution?
 
Top