Skip to content

Commit

Permalink
Get release verson from manifest for users in beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaschilling committed Jul 16, 2020
1 parent 520b396 commit b218b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/src/lib/on-installed.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const browser = require('webextension-polyfill')

exports.welcomePage = '/dist/landing-pages/welcome/index.html'
exports.updatePage = 'https://github.com/ipfs/ipfs-companion/releases/latest'
exports.updatePage = 'https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v' + browser.runtime.getManifest().version

exports.onInstalled = async (details) => {
// details.temporary === run via `npm run firefox`
Expand Down

0 comments on commit b218b3d

Please sign in to comment.