Also remove /usr/bin/apm symlink in install task.

This commit is contained in:
Christine Spang 2015-10-04 22:12:31 -07:00
parent 5b39d49027
commit 074bee306b

View file

@ -57,11 +57,6 @@ module.exports = (grunt) ->
grunt.file.write(desktopInstallFile, filled)
# Create relative symbol link for apm.
process.chdir(binDir)
rm('apm')
fs.symlinkSync(path.join('..', 'share', 'nylas', 'resources', 'app', 'apm', 'node_modules', '.bin', 'apm'), 'apm')
fs.chmodSync(path.join(shareDir, 'nylas'), "755")
grunt.log.ok("Installed Nylas into #{installDir}")