mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use 755 instead of 777
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user