mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
perf: 🚀 支持创建更多架构的 MacOS 软件包格式
This commit is contained in:
parent
9e03fefbc6
commit
4780e7c506
@ -16,7 +16,12 @@
|
||||
},
|
||||
"mac": {
|
||||
"icon": "logo.icns",
|
||||
"target": ["dmg"],
|
||||
"target": [
|
||||
{
|
||||
"target": "dmg",
|
||||
"arch": ["universal", "arm64", "x64"]
|
||||
}
|
||||
],
|
||||
"artifactName": "${productName}-${version}-mac-installer.${ext}",
|
||||
"entitlementsInherit": "electron/resources/build/entitlements.mac.plist",
|
||||
"extendInfo": {
|
||||
|
Loading…
Reference in New Issue
Block a user