mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-27 00:50:49 +03:00
appveyor
This commit is contained in:
parent
706f2042af
commit
607efaa075
@ -32,12 +32,3 @@ addons:
|
||||
- rpm
|
||||
- wine
|
||||
- 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:
|
||||
- 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"
|
||||
],
|
||||
"win": {
|
||||
"icon": "./build/windows/icon.ico"
|
||||
"icon": "./build/windows/icon.ico",
|
||||
"publish": ["github"]
|
||||
},
|
||||
"squirrelWindows": {
|
||||
"iconUrl": "https://github.com/Eugeny/terminus/raw/master/build/windows/icon.ico",
|
||||
@ -61,7 +62,8 @@
|
||||
"mac": {
|
||||
"category": "public.app-category.video",
|
||||
"icon": "./build/mac/icon.icns",
|
||||
"identity": null
|
||||
"identity": null,
|
||||
"publish": ["github"]
|
||||
},
|
||||
"dmg": {
|
||||
"artifactName": "terminus-${buildVersion}-${os}-${arch}.dmg"
|
||||
|
Loading…
Reference in New Issue
Block a user