From cf674178175a336ee39650c195f9495c19a5e20a Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Wed, 25 Apr 2018 14:24:33 +0200 Subject: [PATCH] Release v2.2.2beta1 to Firefox Beta Channel --- ci/firefox/update.json | 11 +++++++++++ package.json | 1 + 2 files changed, 12 insertions(+) diff --git a/ci/firefox/update.json b/ci/firefox/update.json index 325b3df57..fb906eed3 100644 --- a/ci/firefox/update.json +++ b/ci/firefox/update.json @@ -50,6 +50,17 @@ "update_hash": "sha256:0cc91216f4ce37a3cd10cd03ab5f7c69353b47cf62135121ec7674c33504ab9e", "update_info_url": "https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.2.1beta1", "update_link": "https://github.com/ipfs-shipyard/ipfs-companion/releases/download/v2.2.1beta1/ipfs_companion_beta_build-2.2.1.8810-an.fx.xpi" + }, + { + "version": "2.2.2.8960", + "applications": { + "gecko": { + "strict_min_version": "59" + } + }, + "update_hash": "sha256:ba0c5bf244e55d28d7cdae52496bef3433f61a28ffc00eaf94f3633276b83bf2", + "update_info_url": "https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.2.2beta1", + "update_link": "https://github.com/ipfs-shipyard/ipfs-companion/releases/download/v2.2.2beta1/ipfs_companion_beta_build-2.2.2.8960-an.fx.xpi" } ] } diff --git a/package.json b/package.json index 523b62f31..115eea6ab 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "ci:install": "npx yarn@1.6.0 install --frozen-lockfile || npx yarn@1.6.0 install --frozen-lockfile", "ci:test": "npx yarn@1.6.0 test", "ci:build": "./ci/update-manifest.sh ; npx yarn@1.6.0 build ; chmod -R ugo+rwX build/ add-on/", + "beta-build": "run-s ci:build bundle:firefox:beta", "yarn-build": "npx yarn@1.6.0 && npx yarn@1.6.0 build" }, "private": true,