зеркало из https://github.com/openwpm/OpenWPM.git
Upgrade to unbranded Firefox 69b12
This commit is contained in:
Родитель
b7115f7bdb
Коммит
ede251b63d
|
@ -30,8 +30,10 @@ brew install node || true
|
|||
|
||||
# Use the Unbranded build that corresponds to a specific Firefox version (source: https://wiki.mozilla.org/Add-ons/Extension_Signing#Unbranded_Builds)
|
||||
brew install wget || true
|
||||
UNBRANDED_FF68_RELEASE_MAC_BUILD="https://queue.taskcluster.net/v1/task/EPaShNEQTYaBrJYpULyxwg/runs/0/artifacts/public/build/target.dmg"
|
||||
wget "$UNBRANDED_FF68_RELEASE_MAC_BUILD"
|
||||
# UNBRANDED_FF68_RELEASE_MAC_BUILD="https://queue.taskcluster.net/v1/task/EPaShNEQTYaBrJYpULyxwg/runs/0/artifacts/public/build/target.dmg"
|
||||
# wget "$UNBRANDED_FF68_RELEASE_MAC_BUILD"
|
||||
UNBRANDED_FF69_B12_MAC_BUILD="https://queue.taskcluster.net/v1/task/PYLiXEOqQ5CTncfwxRaaHA/runs/0/artifacts/public/build/target.dmg"
|
||||
wget "$UNBRANDED_FF69_B12_MAC_BUILD"
|
||||
|
||||
# Install Firefox Nightly
|
||||
rm -rf Nightly.app || true
|
||||
|
|
|
@ -49,8 +49,10 @@ if [ "$flash" = true ]; then
|
|||
fi
|
||||
|
||||
# Use the Unbranded build that corresponds to a specific Firefox version (source: https://wiki.mozilla.org/Add-ons/Extension_Signing#Unbranded_Builds)
|
||||
UNBRANDED_FF68_RELEASE_LINUX_BUILD="https://queue.taskcluster.net/v1/task/HYGMEM_UT06yMsOpWtHyVQ/runs/0/artifacts/public/build/target.tar.bz2"
|
||||
wget "$UNBRANDED_FF68_RELEASE_LINUX_BUILD"
|
||||
# UNBRANDED_FF68_RELEASE_LINUX_BUILD="https://queue.taskcluster.net/v1/task/HYGMEM_UT06yMsOpWtHyVQ/runs/0/artifacts/public/build/target.tar.bz2"
|
||||
# wget "$UNBRANDED_FF68_RELEASE_LINUX_BUILD"
|
||||
UNBRANDED_FF69_B12_LINUX_BUILD="https://queue.taskcluster.net/v1/task/Scm4Q0tRRZOqQuDHaVPO-w/runs/0/artifacts/public/build/target.tar.bz2"
|
||||
wget "$UNBRANDED_FF69_B12_LINUX_BUILD"
|
||||
tar jxf target.tar.bz2
|
||||
rm -rf firefox-bin
|
||||
mv firefox firefox-bin
|
||||
|
|
Загрузка…
Ссылка в новой задаче