Don't bundle atom.sh on Windows

This commit is contained in:
Kevin Sawicki
2014-12-11 11:56:25 -08:00
parent 1d0dd86041
commit a7f30c63cb

View File

@@ -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 = []