We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c799411 commit f7386bbCopy full SHA for f7386bb
.travis.yml
@@ -12,6 +12,7 @@ env:
12
os:
13
- linux
14
- osx
15
+ - windows
16
17
cache:
18
directories:
package.json
@@ -41,7 +41,8 @@
41
]
42
},
43
"mac": {
44
- "icon": "build/icons/icon.icns"
+ "icon": "build/icons/icon.icns",
45
+ "target": "dmg"
46
47
"win": {
48
"icon": "build/icons/icon.ico",
0 commit comments