Skip to content

Commit ecc5007

Browse files
committed
chore: modify appcast
1 parent fb38125 commit ecc5007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/update-appcast.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ function main() {
1919
const version = {
2020
version: pkg.version,
2121
desc:
22-
'https://github.com/geekdada/bob-plugin-deepl-translate/blob/master/CHANGELOG.md',
22+
'https://github.com/geekdada/bob-plugin-deepl-translate/releases/tag/v' +
23+
pkg.version,
2324
sha256: hex,
2425
url: `${githubRelease}/v${pkg.version}/${pkgName}.bobplugin`,
2526
minBobVersion: '0.5.0',

0 commit comments

Comments
 (0)