mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Downgrade to atom-shell@v0.2.1
atom-shell@v0.3.0 removed the node binary which was needed for scripts spawned by BufferedProcess such as nak. We can explore other approaches to spawning node-based subprocesses if it's a deal-breaker to ship with a node binary.
This commit is contained in:
@@ -5,7 +5,7 @@ cd "$(dirname "${BASH_SOURCE[0]}" )/.."
|
||||
TARGET=${1:-atom-shell}
|
||||
DISTURL="https://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell"
|
||||
CURRENT_VERSION=$(cat "${TARGET}/version" 2>&1)
|
||||
LATEST_VERSION=$(curl -fsSkL $DISTURL/version)
|
||||
LATEST_VERSION=ea1f81aa5260fe2d4a844f18e0251278fbadc093 # v0.2.1
|
||||
|
||||
if [ -z "${LATEST_VERSION}" ] ; then
|
||||
echo "Could determine lastest version of atom-shell" >&2
|
||||
|
||||
Reference in New Issue
Block a user