We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6248488 commit de9e41aCopy full SHA for de9e41a
build.sh
@@ -107,12 +107,8 @@ CHROMIUM_BUILD_CMD="$BUILD_CMD"
107
CHROMIUM_BUILD_OPTS="$BUILD_OPTS"
108
109
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
+ BUILD_CMD="$BASE/../../we-sign"
+ BUILD_OPTS=""
116
fi
117
118
if [ "$1" != "debug" ]; then
0 commit comments