mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-14 04:29:04 +03: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
|