mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
cd "$(dirname "$0")/../.."
|
|
export PATH="atom-shell/Atom.app/Contents/Resources/:${PATH}"
|
|
|
|
rm -rf atom.xcodeproj
|
|
gyp --depth=. atom.gyp
|