gabriele-sacchi commented on pull request #87:
URL: https://github.com/apache/cordova-node-xcode/pull/87#issuecomment-619661711


   Hi @Panajev, thank you for your contribution! I'm going and try to use your 
branch to add ODR in my mobile build pipeline.
   
   In your code snippet above I assume that this:
   > myProj.addAssetTag(file, `gamesData/resources/${file}`);
   ..should be:
   myProj.addAssetTag(file, `${resourcesFolder}/${file}`);
   Correct?
   
   Thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to