mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-09 05:50:08 +00:00
appveyor
This commit is contained in:
parent
706f2042af
commit
607efaa075
@ -32,12 +32,3 @@ addons:
|
|||||||
- rpm
|
- rpm
|
||||||
- wine
|
- wine
|
||||||
- mono-runtime
|
- mono-runtime
|
||||||
|
|
||||||
#deploy:
|
|
||||||
# provider: releases
|
|
||||||
# api_key: $GITHUB_TOKEN
|
|
||||||
# file_glob: true
|
|
||||||
# file: "dist/terminus*"
|
|
||||||
# skip_cleanup: true
|
|
||||||
# on:
|
|
||||||
# tags: true
|
|
||||||
|
10
appveyor.yml
10
appveyor.yml
@ -25,13 +25,3 @@ build_script:
|
|||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'dist\win\*.exe'
|
- path: 'dist\win\*.exe'
|
||||||
deploy:
|
|
||||||
provider: GitHub
|
|
||||||
auth_token:
|
|
||||||
secure: wvxHVlprvhfdOHgmVEDIwjCHYlmuDykteIEHpAfpi807+1lJD3ld2/OS6+0fgU4e
|
|
||||||
artifact: /.*\.exe/
|
|
||||||
draft: false
|
|
||||||
prerelease: false
|
|
||||||
force_update: true
|
|
||||||
on:
|
|
||||||
appveyor_repo_tag: true
|
|
||||||
|
@ -52,7 +52,8 @@
|
|||||||
"clink"
|
"clink"
|
||||||
],
|
],
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "./build/windows/icon.ico"
|
"icon": "./build/windows/icon.ico",
|
||||||
|
"publish": ["github"]
|
||||||
},
|
},
|
||||||
"squirrelWindows": {
|
"squirrelWindows": {
|
||||||
"iconUrl": "https://github.com/Eugeny/terminus/raw/master/build/windows/icon.ico",
|
"iconUrl": "https://github.com/Eugeny/terminus/raw/master/build/windows/icon.ico",
|
||||||
@ -61,7 +62,8 @@
|
|||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.video",
|
"category": "public.app-category.video",
|
||||||
"icon": "./build/mac/icon.icns",
|
"icon": "./build/mac/icon.icns",
|
||||||
"identity": null
|
"identity": null,
|
||||||
|
"publish": ["github"]
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"artifactName": "terminus-${buildVersion}-${os}-${arch}.dmg"
|
"artifactName": "terminus-${buildVersion}-${os}-${arch}.dmg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user