Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
[win] add NSIS target
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Dec 6, 2016
1 parent 646ff38 commit 9cbd527
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ matrix:
- sudo dpkg --add-architecture i386 && sudo add-apt-repository ppa:ubuntu-wine/ppa -y
- sudo apt-get update -q
- sudo apt-get install --no-install-recommends -y mono-devel ca-certificates-mono wine1.8
after_script:
- makensis -V3 windows-installer.nsi


# LINUX
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ gulp.task('build-dist', ['copy-i18n'], (cb) => {
win: {
target: [
'zip',
'nsis',
//'squirrel',
],
},
Expand Down

0 comments on commit 9cbd527

Please sign in to comment.