B4J Question CustomBuildAction: After Packager - Copy file from /objects folder to temp\build\bin\

EvgenyB4A

Active Member
Licensed User
Longtime User
How to copy the file, for example settings.json that is in /Objects folder in debug and release mode , to temp\build\bin folder after standalone packager finishes?
 

EvgenyB4A

Active Member
Licensed User
Longtime User
Does it mean that after each change in the file I need to copy it crom /Objects folder to Project folder?
 
Upvote 0

EvgenyB4A

Active Member
Licensed User
Longtime User
It will be copied automatically during the package building process.
After the building process my setting.json file remained in /Object folder. Besides of this I use jscc.dll that copied well.
Anyway, what is the syntax of the CustomBuildAction? What is the \..?
 
Upvote 0
Top