!16 support arm64

Merge pull request !16 from Riceneeder/auto-7828755-master-804f47a1
This commit is contained in:
Riceneeder 2023-04-04 09:11:19 +00:00 committed by Gitee
commit 52ed587a5c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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