1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

build: arm mac (apple silicon) build configuration

This commit is contained in:
2021-05-14 22:24:50 +02:00
parent 026400d242
commit 9a7cd90d5c

View File

@ -27,19 +27,14 @@
"portable" "portable"
] ]
}, },
"dmg": { "mac": {
"contents": [ "target": {
{ "target": "default",
"x": 130, "arch": [
"y": 220 "x64",
}, "arm64"
{ ]
"x": 410, }
"y": 220,
"type": "link",
"path": "/Applications"
}
]
}, },
"linux": { "linux": {
"target": [ "target": [
@ -70,6 +65,20 @@
"identityName": "62514FabioDiStasio.AntaresSQLClient", "identityName": "62514FabioDiStasio.AntaresSQLClient",
"publisher": "CN=1A2729ED-865C-41D2-9038-39AE2A63AA52", "publisher": "CN=1A2729ED-865C-41D2-9038-39AE2A63AA52",
"applicationId": "FabioDiStasio.AntaresSQLClient" "applicationId": "FabioDiStasio.AntaresSQLClient"
},
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
} }
}, },
"electronWebpack": { "electronWebpack": {
@ -102,7 +111,7 @@
"@babel/eslint-parser": "^7.13.14", "@babel/eslint-parser": "^7.13.14",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"electron": "^12.0.7", "electron": "^12.0.7",
"electron-builder": "22.9.1", "electron-builder": "22.10.5",
"electron-devtools-installer": "^3.2.0", "electron-devtools-installer": "^3.2.0",
"electron-webpack": "^2.8.2", "electron-webpack": "^2.8.2",
"electron-webpack-vue": "^2.4.0", "electron-webpack-vue": "^2.4.0",
@ -122,4 +131,4 @@
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0" "webpack": "^4.46.0"
} }
} }