diff --git a/Examples/create-app.js b/Examples/create-app.js index 6b4868e7a..711b0cd5c 100644 --- a/Examples/create-app.js +++ b/Examples/create-app.js @@ -178,7 +178,6 @@ function optimizeToTestInDebugMode() { function grantAccess(folderPath) { execSync('chown -R `whoami` ' + folderPath); - execSync('chmod -R 755 ' + folderPath); } function copyRecursiveSync(src, dest) {