mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Handle the difference between atom-shell binaries
This commit is contained in:
@@ -13,6 +13,11 @@ module.exports = (grunt) ->
|
||||
mkdir path.dirname(buildDir)
|
||||
cp 'atom-shell/Atom.app', shellAppDir
|
||||
|
||||
if process.platform is 'darwin'
|
||||
cp 'atom-shell/Atom.app', shellAppDir
|
||||
else if process.platform is 'win32'
|
||||
cp 'atom-shell/', shellAppDir
|
||||
|
||||
mkdir appDir
|
||||
|
||||
cp 'atom.sh', path.join(appDir, 'atom.sh')
|
||||
|
||||
Reference in New Issue
Block a user