Eugene Pankov 8 years ago
parent
commit
607efaa075
3 changed files with 4 additions and 21 deletions
  1. 0 9
      .travis.yml
  2. 0 10
      appveyor.yml
  3. 4 2
      package.json

+ 0 - 9
.travis.yml

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

+ 0 - 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

+ 4 - 2
package.json

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