mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
.project
|
||||
.svn
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
fs = require 'fs'
|
||||
path = require 'path'
|
||||
fs = require 'fs-plus'
|
||||
runas = null
|
||||
|
||||
module.exports = (grunt) ->
|
||||
@@ -33,3 +34,5 @@ module.exports = (grunt) ->
|
||||
# Create relative symbol link for apm.
|
||||
process.chdir(binDir)
|
||||
fs.symlinkSync(path.join('..', '..', 'share', 'atom', 'resources', 'app', 'apm', 'node_modules', '.bin', 'apm'), 'apm')
|
||||
|
||||
fs.chmodSync(path.join(shareDir, 'atom'), "755")
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 191 KiB |
2
vendor/apm
vendored
2
vendor/apm
vendored
Submodule vendor/apm updated: 2ce1206e67...8c4957c489
Reference in New Issue
Block a user