mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-03 05:51:07 +08:00
fix(linux-build): Update build script to reflect 'electron' name
This commit is contained in:
parent
4f4f921000
commit
adf2027f2b
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ module.exports = (grunt) ->
|
|||
rm path.join(shellAppDir, 'Contents', 'MacOS', 'Electron')
|
||||
else
|
||||
cp 'electron', shellAppDir, filter: /default_app/
|
||||
cp path.join(shellAppDir, 'atom'), path.join(shellAppDir, 'nylas')
|
||||
rm path.join(shellAppDir, 'atom')
|
||||
cp path.join(shellAppDir, 'electron'), path.join(shellAppDir, 'nylas')
|
||||
rm path.join(shellAppDir, 'electron')
|
||||
|
||||
mkdir appDir
|
||||
|
||||
|
|
Loading…
Reference in a new issue