mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 17:17:56 +08:00
Also remove /usr/bin/apm symlink in install task.
This commit is contained in:
parent
5b39d49027
commit
074bee306b
1 changed files with 0 additions and 5 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue