cicd
This commit is contained in:
parent
97a6514966
commit
bb437e1b5f
3 changed files with 17 additions and 38 deletions
22
package.json
22
package.json
|
|
@ -17,11 +17,23 @@
|
|||
"url": "https://gitlab.com/crimata/electron-app.git",
|
||||
"release": "latest"
|
||||
},
|
||||
"build": {
|
||||
"artifactName": "${productName}-${version}.${ext}",
|
||||
"publish": {
|
||||
"provider": "generic",
|
||||
"url": "https://gitlab.com/api/v4/projects/25637892/jobs/artifacts/master/raw/dist?job=build"
|
||||
"vue": {
|
||||
"plugin-options": {
|
||||
|
||||
// Electron builder options.
|
||||
"electronBuilder": {
|
||||
"builderOptions": {
|
||||
"appId": "com.crimata.App",
|
||||
"productName": "Crimata Messenger",
|
||||
"artifactName": "${productName}-${version}.${ext}",
|
||||
"publish": {
|
||||
"provider": "generic",
|
||||
"url": "https://gitlab.com/api/v4/projects/25637892/jobs/artifacts/master/raw/dist?job=build"
|
||||
}
|
||||
},
|
||||
"preload": "src/preload.ts"
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue