mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] update_android_components.sh: Watch different component.
`browser-engine-gecko-nightly` doesn't exist anymore. Let's watch `browser-engine-gecko` instead.
This commit is contained in:
parent
574d698215
commit
3a4b0e5ac7
@ -13,7 +13,7 @@ export REPO="fenix"
|
||||
git config --global user.email "$EMAIL"
|
||||
git config --global user.name "$GITHUB_USER"
|
||||
|
||||
COMPONENT_TO_WATCH='browser-engine-gecko-nightly'
|
||||
COMPONENT_TO_WATCH='browser-engine-gecko'
|
||||
MAVEN_URL="https://nightly.maven.mozilla.org/maven2/org/mozilla/components/$COMPONENT_TO_WATCH"
|
||||
|
||||
# Fetch latest version
|
||||
|
Loading…
Reference in New Issue
Block a user