mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Handle the difference between atom-shell binaries
This commit is contained in:
parent
b02d906cfb
commit
3fa7c8fb48
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user