support arm64

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

@ -57,8 +57,16 @@
"category": "Chat",
"executableName": "wewechat",
"target": [
"deb",
"AppImage"
{
"target": [
"deb",
"AppImage"
],
"arch":[
"x64",
"arm64"
]
}
]
},
"win": {