We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb38125 commit ecc5007Copy full SHA for ecc5007
scripts/update-appcast.js
@@ -19,7 +19,8 @@ function main() {
19
const version = {
20
version: pkg.version,
21
desc:
22
- 'https://github.com/geekdada/bob-plugin-deepl-translate/blob/master/CHANGELOG.md',
+ 'https://github.com/geekdada/bob-plugin-deepl-translate/releases/tag/v' +
23
+ pkg.version,
24
sha256: hex,
25
url: `${githubRelease}/v${pkg.version}/${pkgName}.bobplugin`,
26
minBobVersion: '0.5.0',
0 commit comments