Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Changed build and CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothindir committed Jul 2, 2019
1 parent 10a5877 commit 7d03b82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
language: node_js
node_js:
- "10"
deploy:
provider: releases
skip_cleanup: true
draft: true
6 changes: 5 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
appId: "com.electron.camp-manager"
productName: "Camp Manager"
win:
target: "nsis"
target:
- "nsis"
nsis:
oneClick: false
allowToChangeInstallationDirectory: true

0 comments on commit 7d03b82

Please sign in to comment.