[build] accept "signed" as a "sign" synonym.
This commit is contained in:
parent
ef79a5fc4a
commit
be895bb9cc
2
build.sh
2
build.sh
|
@ -93,7 +93,7 @@ CHROMIUM_BUILD_OPTS="$BUILD_OPTS"
|
||||||
if [[ $VER == *rc* ]]; then
|
if [[ $VER == *rc* ]]; then
|
||||||
sed -re 's/^(\s+)"strict_min_version":.*$/\1"update_url": "https:\/\/secure.informaction.com\/update\/?v='$VER'",\n\0/' \
|
sed -re 's/^(\s+)"strict_min_version":.*$/\1"update_url": "https:\/\/secure.informaction.com\/update\/?v='$VER'",\n\0/' \
|
||||||
"$MANIFEST_IN" > "$MANIFEST_OUT"
|
"$MANIFEST_IN" > "$MANIFEST_OUT"
|
||||||
if [[ "$1" == "sign" ]]; then
|
if [[ "$1" =~ ^sign(ed)?$ ]]; then
|
||||||
BUILD_CMD="$BASE/../../we-sign"
|
BUILD_CMD="$BASE/../../we-sign"
|
||||||
BUILD_OPTS=""
|
BUILD_OPTS=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue