Skip to content

Commit

Permalink
Release v2.2.2beta1 to Firefox Beta Channel
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Apr 25, 2018
1 parent 5d41608 commit cf67417
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ci/firefox/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"ci:install": "npx [email protected] install --frozen-lockfile || npx [email protected] install --frozen-lockfile",
"ci:test": "npx [email protected] test",
"ci:build": "./ci/update-manifest.sh ; npx [email protected] build ; chmod -R ugo+rwX build/ add-on/",
"beta-build": "run-s ci:build bundle:firefox:beta",
"yarn-build": "npx [email protected] && npx [email protected] build"
},
"private": true,
Expand Down

0 comments on commit cf67417

Please sign in to comment.