electron/script/build

13 lines
139 B
Text
Raw Normal View History

2013-04-12 01:46:58 +00:00
#!/bin/sh
set -e
MODE=Release
if [ ! -z $1 ]; then
MODE=$1
fi
cd "$(dirname "$0")/.."
xcodebuild -configuration ${MODE} -target atom