cicd
This commit is contained in:
parent
a01507b2bd
commit
687762bca4
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,10 @@
|
||||||
"electronBuilder": {
|
"electronBuilder": {
|
||||||
"preload": "src/preload.ts",
|
"preload": "src/preload.ts",
|
||||||
"builderOptions": {
|
"builderOptions": {
|
||||||
"appId": "com.crimata.App",
|
"mac": {
|
||||||
|
"target": "dmg"
|
||||||
|
},
|
||||||
|
"appId": "com.crimata.${name}",
|
||||||
"productName": "Crimata Messenger",
|
"productName": "Crimata Messenger",
|
||||||
"artifactName": "${productName}-${version}.${ext}",
|
"artifactName": "${productName}-${version}.${ext}",
|
||||||
"publish": {
|
"publish": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue