support arm64

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

@ -56,9 +56,17 @@
"icon": "../resource",
"category": "Chat",
"executableName": "wewechat",
"target": [
{
"target": [
"deb",
"AppImage"
],
"arch":[
"x64",
"arm64"
]
}
]
},
"win": {