From 074bee306be3fe285188a406791de8728bab2c95 Mon Sep 17 00:00:00 2001 From: Christine Spang Date: Sun, 4 Oct 2015 22:12:31 -0700 Subject: [PATCH] Also remove /usr/bin/apm symlink in install task. --- build/tasks/install-task.coffee | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/tasks/install-task.coffee b/build/tasks/install-task.coffee index 79125cc82..ce12c4aca 100644 --- a/build/tasks/install-task.coffee +++ b/build/tasks/install-task.coffee @@ -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}")