mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-22 23:09:38 -04:00
Add prod arm64 build for mac
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user