fix: duplicate guid for each device (#12387)

This commit is contained in:
Evan 2023-04-25 03:19:11 -07:00 committed by GitHub
parent 1437abe68e
commit 71f65a51fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ module.exports = async (ctx) => {
art(path.join(__dirname, 'templates/software-description.art'), {
item,
}),
guid: item.title + ' - ' + item.version,
link: item.link,
})),
};