mm44 opened a new issue, #537:
URL: https://github.com/apache/cordova/issues/537
Path error if pc username has space in build at getASPath.bat step
i added " " to check_reqs.js to fix it :
const result = execa.sync(path.join('"'+__dirname, 'getASPath.bat"'), {
shell: true });
mm44 commented on issue #1792:
URL:
https://github.com/apache/cordova-android/issues/1792#issuecomment-2800212965
i'm getting this path error with everything up to date (pc username has
space)
i added " " to check_reqs.js to fix it :
const result = execa.sync(path.join('"'+__d
mm44 closed issue #537: Path error if pc username has space while building
URL: https://github.com/apache/cordova/issues/537
--
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