mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-10 00:03:39 +00:00
add architectures to mac
This commit is contained in:
+10
-1
@@ -42,7 +42,7 @@
|
||||
"build": {
|
||||
"appId": "com.stagehacks.cueview",
|
||||
"icon": "src/assets/img/",
|
||||
"artifactName": "${name}.${os}.v${version}.${ext}",
|
||||
"artifactName": "${name}.${os}-${arch}.v${version}.${ext}",
|
||||
"mac": {
|
||||
"category": "Utilities",
|
||||
"icon": "src/assets/img/icon.icns",
|
||||
@@ -50,6 +50,15 @@
|
||||
"electronLanguages": [
|
||||
"en"
|
||||
],
|
||||
"target": [
|
||||
{
|
||||
"target": "default",
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
}
|
||||
],
|
||||
"publish": [
|
||||
"github"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user