Add prod arm64 build for mac

This commit is contained in:
jliddev
2021-06-11 17:10:08 -05:00
parent ec840bd4ed
commit a885114ccb
2 changed files with 14 additions and 7 deletions

View File

@@ -55,15 +55,22 @@
"mac": {
"icon": "electron-build/icon.icns",
"category": "public.app-category.games",
"target": ["default"],
"target": [
{
"target": "default",
"arch": ["x64", "arm64"]
}
],
"hardenedRuntime": true,
"entitlements": "./electron-build/entitlements.mac.plist",
"extendInfo": {
"CFBundleURLTypes": [{
"CFBundleTypeRole": "Shell",
"CFBundleURLName": "CurseForge",
"CFBundleURLSchemes": "curseforge"
}]
"CFBundleURLTypes": [
{
"CFBundleTypeRole": "Shell",
"CFBundleURLName": "CurseForge",
"CFBundleURLSchemes": "curseforge"
}
]
}
},
"linux": {

View File

@@ -1,7 +1,7 @@
{
"name": "wowup",
"productName": "WowUp",
"version": "2.4.0-beta.1",
"version": "2.4.0-beta.2",
"description": "World of Warcraft addon updater",
"homepage": "https://wowup.io",
"author": {