mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -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
|