mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Don't bundle atom.sh on Windows
This commit is contained in:
@@ -21,7 +21,9 @@ module.exports = (grunt) ->
|
||||
|
||||
mkdir appDir
|
||||
|
||||
cp 'atom.sh', path.join(appDir, 'atom.sh')
|
||||
if process.platform isnt 'win32'
|
||||
cp 'atom.sh', path.join(appDir, 'atom.sh')
|
||||
|
||||
cp 'package.json', path.join(appDir, 'package.json')
|
||||
|
||||
packageDirectories = []
|
||||
|
||||
Reference in New Issue
Block a user