mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make ctags executable
This commit is contained in:
@@ -18,4 +18,9 @@ module.exports = (grunt) ->
|
||||
|
||||
rm appDir
|
||||
fs.renameSync path.resolve(appDir, '..', 'new-app'), appDir
|
||||
|
||||
ctagsFolder = path.join("#{appDir}.asar.unpacked", 'node_modules', 'symbols-view', 'vendor')
|
||||
for ctagsFile in fs.readdirSync(ctagsFolder)
|
||||
fs.chmodSync(path.join(ctagsFolder, ctagsFile), "755")
|
||||
|
||||
done()
|
||||
|
||||
Reference in New Issue
Block a user