Hi, I want to copy a file to my project path when I run my project.
My Folders:
JsonFirebase
B4a
i want to copy google-services.json file from JsonFirebase Folder to Main Folder of my b4a Project
it should be?
is that true?
My Folders:
JsonFirebase
B4a
i want to copy google-services.json file from JsonFirebase Folder to Main Folder of my b4a Project
it should be?
B4X:
#CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\JsonFirebase\google-services.json" "..\"