fix: duplicate guid for each device (#12387)
This commit is contained in:
parent
1437abe68e
commit
71f65a51fe
|
|
@ -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,
|
||||
})),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue