mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
Set base url in bootstrap script by default.
This commit is contained in:
@@ -6,7 +6,7 @@ Experimental native layer for the [Atom](https://github.com/github/atom).
|
||||
|
||||
### One-time setup
|
||||
|
||||
$ script/bootstrap https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent
|
||||
$ script/bootstrap
|
||||
|
||||
### Building
|
||||
|
||||
|
||||
@@ -11,8 +11,7 @@ usage() {
|
||||
BASE_URL="${1}"
|
||||
|
||||
if [ -z "${BASE_URL}" ]; then
|
||||
usage
|
||||
exit 1
|
||||
BASE_URL="https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent"
|
||||
fi
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
Reference in New Issue
Block a user