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", "icon": "../resource",
"category": "Chat", "category": "Chat",
"executableName": "wewechat", "executableName": "wewechat",
"target": [
{
"target": [ "target": [
"deb", "deb",
"AppImage" "AppImage"
],
"arch":[
"x64",
"arm64"
]
}
] ]
}, },
"win": { "win": {