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