Skip to content

Commit de9e41a

Browse files
committed
Remove pre-release version check on signing.
1 parent 6248488 commit de9e41a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,8 @@ CHROMIUM_BUILD_CMD="$BUILD_CMD"
107107
CHROMIUM_BUILD_OPTS="$BUILD_OPTS"
108108

109109
if [[ "$1" =~ ^sign(ed)?$ ]]; then
110-
if [[ $VER == *rc* ]]; then
111-
BUILD_CMD="$BASE/../../we-sign"
112-
BUILD_OPTS=""
113-
else
114-
echo >&2 "WARNING: won't auto-sign a release version, please manually upload to AMO."
115-
fi
110+
BUILD_CMD="$BASE/../../we-sign"
111+
BUILD_OPTS=""
116112
fi
117113

118114
if [ "$1" != "debug" ]; then

0 commit comments

Comments
 (0)