Skip to content

Commit

Permalink
add publisher name to Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Dec 4, 2024
1 parent 27b8410 commit 1ddbf61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions td.vue/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ module.exports = {
target: 'nsis',
arch: ['arm64', 'x64']
}
],
publisherName: [
'Open Source Developer, Antony Jonathan Gadsden'
]
},
linux: {
Expand Down

0 comments on commit 1ddbf61

Please sign in to comment.