From 0569a807e0e36a21f1b99d425a92db30c905d5db Mon Sep 17 00:00:00 2001 From: Jon Gadsden Date: Mon, 8 Jul 2024 12:49:58 +0100 Subject: [PATCH] add arm64 to windows desktop build, remove ia32 --- td.vue/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td.vue/vue.config.js b/td.vue/vue.config.js index 6d753160a..b6c51eaeb 100644 --- a/td.vue/vue.config.js +++ b/td.vue/vue.config.js @@ -58,7 +58,7 @@ module.exports = { target: [ { target: 'nsis', - arch: ['ia32', 'x64'] + arch: ['arm64', 'x64'] } ] },