support arm64

This commit is contained in:
Riceneeder 2023-04-03 20:26:47 +08:00
parent dd982b2086
commit 8bc00785a2

View File

@ -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"
}
}
}