Skip to content

Commit

Permalink
kkerti fix mac arch
Browse files Browse the repository at this point in the history
  • Loading branch information
kkerti committed Aug 3, 2023
1 parent 5c6c188 commit 1533be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
]
}
],
"artifactName": "${name}-setup-${version}.${ext}",
"artifactName": "${name}-setup-${version}-${arch}.${ext}",
"icon": "build-assets/icon_mac.png",
"hardenedRuntime": true,
"gatekeeperAssess": false,
Expand Down Expand Up @@ -152,4 +152,4 @@
"electron:dev": "cross-env NODE_OPTIONS=--max_old_space_size=8198 electron-vite dev --watch",
"electron-dev": "run-s gen:buildVars:dev electron:dev"
}
}
}

0 comments on commit 1533be4

Please sign in to comment.