mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
ci fix
This commit is contained in:
parent
e255ca7737
commit
766ab48e1a
1 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
"squirrelWindows": {
|
||||
"iconUrl": "https://github.com/Eugeny/terminus/raw/master/build/windows/icon.ico",
|
||||
"artifactName": "terminus-${buildVersion}-${os}-${arch}.exe"
|
||||
"artifactName": "terminus-${version}-${os}-${arch}.exe"
|
||||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.video",
|
||||
|
@ -66,7 +66,7 @@
|
|||
"publish": ["github"]
|
||||
},
|
||||
"dmg": {
|
||||
"artifactName": "terminus-${buildVersion}-${os}-${arch}.dmg"
|
||||
"artifactName": "terminus-${version}-${os}-${arch}.dmg"
|
||||
},
|
||||
"linux": {
|
||||
"category": "Utilities",
|
||||
|
@ -84,13 +84,13 @@
|
|||
"libnss3",
|
||||
"tmux"
|
||||
],
|
||||
"artifactName": "terminus-${buildVersion}-${os}-${arch}.deb"
|
||||
"artifactName": "terminus-${version}-${os}-${arch}.deb"
|
||||
},
|
||||
"rpm": {
|
||||
"depends": [
|
||||
"screen"
|
||||
],
|
||||
"artifactName": "terminus-${buildVersion}-${os}-${arch}.rpm"
|
||||
"artifactName": "terminus-${version}-${os}-${arch}.rpm"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue