diff options
author | hackademix | 2019-11-01 14:52:29 +0100 |
---|---|---|
committer | hackademix | 2019-11-01 14:52:48 +0100 |
commit | a34287020c865a2c029c4b91f0486029ca80534c (patch) | |
tree | d140c3a33cbeb59c042b78fb5db00707559fb2fb | |
parent | 374f7815ed34ec44f4e32fd6e83ee0e446e58d7f (diff) | |
download | noscript-a34287020c865a2c029c4b91f0486029ca80534c.tar.gz noscript-a34287020c865a2c029c4b91f0486029ca80534c.tar.xz noscript-a34287020c865a2c029c4b91f0486029ca80534c.zip |
Version numbers for Chromium dev builds compatible with Chromestore requirements.
-rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ strip_rc_ver() { if [ "$2" = "rel" ]; then replace='s/("version":.*)rc\d+/$1/' else - replace='s/("version":.*)(\d+)rc(\d+)/{$1 . ($2 == "0" ? "0" : ($2-1) . ".999" . sprintf("%03d", $3))}/e' + replace='s/("version":.*)(\d+)rc(\d+)/{$1 . ($2 == "0" ? "0" : ($2-1) . ".9" . sprintf("%03d", $3))}/e' fi perl -pi.bak -e "$replace" "$MANIFEST" && rm -f "$MANIFEST".bak } |