breautek commented on issue #588: URL: https://github.com/apache/cordova-cli/issues/588#issuecomment-1336259326
> Well, I have no idea what that's supposed to do, but I get the following result: It installs the gradle wrapper. I have been assuming you're potentially working with an Android project, in which case Cordova will effectively do this kind of build step eventually. But yes, it appeared to install the gradle wrapper fine, which looks promising. I'm not 100% sure where you need to add the changes to change the permissions, the template files themselves can be found at https://github.com/apache/cordova-app-hello-world but the installing of the template is likely handled by another package... I think https://github.com/apache/cordova-create > before I learn node to make it, as I've literally never developed in node yet, There is a [chmod](https://nodejs.org/docs/latest-v14.x/api/fs.html#fs_fspromises_chmod_path_mode) Node API, but it might be cumbersome to use since I think we need to recursively change the permission of the entire template directory structure + it's files. I'm linking Node 14 docs because Cordova still supports Node 14, so have to ensure we don't use any features added later. If you have questions about developing the PR, you can try asking our [Slack](https://join.slack.com/t/cordova/shared_invite/zt-z70vy6tx-7VNulesO0Qz0Od9QV4tc1Q) community, or the [Dev Mailing List](https://cordova.apache.org/contact/). Of course you can also ask me but I'm not super familiar with that part of the codebase. Feel free to ping me/request me for review if you manage to develop a PR. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
