1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 00:50:49 +03:00
This commit is contained in:
Eugene Pankov 2017-09-09 11:43:21 +02:00
parent 706f2042af
commit 607efaa075
3 changed files with 4 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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"