Fix build

This commit is contained in:
Jeffrey Morgan 2015-03-06 16:12:08 -05:00
parent d28a317eed
commit 96c28a51dc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"release": "gulp release",
"release:beta": "gulp release --beta",
"preinstall": "./util/deps",
"postinstall": "gulp download && if [ `uname` == 'Darwin' ]; then cp util/Info.plist cache/Atom.app/Contents/Info.plist && cp util/kitematic.icns cache/Atom.app/Contents/Resources/atom.icns; fi",
"postinstall": "if [ `uname` == 'Darwin' ]; then gulp download && cp util/Info.plist cache/Atom.app/Contents/Info.plist && cp util/kitematic.icns cache/Atom.app/Contents/Resources/atom.icns; fi",
"lint": "jsxhint src && jsxhint browser"
},
"licenses": [