Skip to content

Commit

Permalink
fix: update electron-builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
amxv committed Dec 21, 2024
1 parent 1d87c26 commit 1140651
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,16 @@
"files": ["dist/**/*", "dist-electron/**/*", "electron/**/*"],
"mac": {
"icon": "public/app.png",
"target": "dmg"
"target": [
{
"target": "dmg",
"arch": ["arm64"]
}
],
"artifactName": "${productName}-${version}-${arch}.${ext}"
},
"dmg": {
"sign": false
}
}
}

0 comments on commit 1140651

Please sign in to comment.