Browse Source

this fix #532 (#533)

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
9495acba0d
1 changed files with 6 additions and 2 deletions
  1. 6 2
      server/package.json

+ 6 - 2
server/package.json

@@ -127,9 +127,13 @@
       "target": [
       "target": [
         {
         {
           "target": "default",
           "target": "default",
-          "arch": "universal"
+          "arch": [
+            "arm64",
+            "x64"
+          ]
         }
         }
-      ]
+      ],
+      "artifactName": "attu-${os}-${arch}-v${version}.${ext}"
     },
     },
     "win": {
     "win": {
       "icon": "./build/attu.png",
       "icon": "./build/attu.png",