mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
9 lines
83 B
Bash
Executable File
9 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
gyp --depth . brightray.gyp
|
|
xcodebuild
|