diff --git a/package.json b/package.json index 4890f73..56f5a54 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,16 @@ "category": "Chat", "executableName": "wewechat", "target": [ - "deb", - "AppImage" + { + "target": [ + "deb", + "AppImage" + ], + "arch":[ + "x64", + "arm64" + ] + } ] }, "win": { @@ -155,4 +163,4 @@ "webpack-dev-middleware": "^3.1.3", "webpack-hot-middleware": "^2.20.0" } -} +} \ No newline at end of file