Skip to content

Commit

Permalink
add arm64 to windows desktop build, remove ia32
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Jul 8, 2024
1 parent d37caf9 commit 0569a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td.vue/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
target: [
{
target: 'nsis',
arch: ['ia32', 'x64']
arch: ['arm64', 'x64']
}
]
},
Expand Down

0 comments on commit 0569a80

Please sign in to comment.