提交 607efaa0 编写于 作者: E Eugene Pankov

appveyor

上级 706f2042
......@@ -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
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册