From 96c28a51dcfef6122a97bc0c52610d0350dcdf4b Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Fri, 6 Mar 2015 16:12:08 -0500 Subject: [PATCH] Fix build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dc9ffd9d1..ae9adb8863 100644 --- a/package.json +++ b/package.json @@ -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": [