electron/script/update
Cheng Zhao 6bb3f1bba8 Merge branch 'master' into python
Conflicts:
	script/update
2013-06-22 07:55:51 +08:00

14 lines
258 B
Bash
Executable file

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
./script/update-frameworks.py
./script/update-node.py --version v0.10.12
gyp -f ninja --depth . atom.gyp \
-Icommon.gypi \
-Ivendor/brightray/brightray.gypi \
-Dtarget_arch=ia32 \
-Dlibrary=static_library