cicd
This commit is contained in:
parent
6dc4d56818
commit
babb85ad7c
1 changed files with 3 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Crimata",
|
||||
"version": "0.9.2",
|
||||
"version": "0.9.3",
|
||||
"private": true,
|
||||
"description": "Cross-platform messenger application built with electron, vue3, and TS.",
|
||||
"author": {
|
||||
|
|
@ -71,15 +71,12 @@
|
|||
"electronBuilder": {
|
||||
"preload": "src/preload.ts",
|
||||
"builderOptions": {
|
||||
"mac": {
|
||||
"target": "dmg"
|
||||
},
|
||||
"appId": "com.crimata.${name}",
|
||||
"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"
|
||||
"provider": "github",
|
||||
"token": "fSCN8xr4EgccV7z1UNaw"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue