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}")