Skip to content

Commit

Permalink
handle deployment on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Gobeli committed Nov 13, 2017
1 parent 1bf6e8d commit 0d9770e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,4 @@ build_script:
artifacts:
- path: build\*

test: off

deploy:
release: myproduct-v$(appveyor_build_version)
provider: GitHub
artifact: /.*\.exe/ # upload all NuGet packages to release assets
draft: false
prerelease: true
on:
branch: master # release from master branch only
appveyor_repo_tag: true
test: off
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.0",
"author": "Etienne Gobeli <etienne.gobeli@students.fhnw.ch>",
"description": "An electron-vue project",
"license": null,
"license": "MIT",
"main": "./dist/electron/main.js",
"scripts": {
"build": "node .electron-vue/build.js && electron-builder",
Expand Down

0 comments on commit 0d9770e

Please sign in to comment.