diff --git a/build/tasks/install-task.coffee b/build/tasks/install-task.coffee index 5e90b9708..e77508a83 100644 --- a/build/tasks/install-task.coffee +++ b/build/tasks/install-task.coffee @@ -35,4 +35,4 @@ module.exports = (grunt) -> process.chdir(binDir) fs.symlinkSync(path.join('..', '..', 'share', 'atom', 'resources', 'app', 'apm', 'node_modules', '.bin', 'apm'), 'apm') - fs.chmodSync(path.join(shareDir, 'atom'), "777") + fs.chmodSync(path.join(shareDir, 'atom'), "755")