Skip to content

Commit f7386bb

Browse files
author
Doge Chan
committed
fix cl.tml
1 parent c799411 commit f7386bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
os:
1313
- linux
1414
- osx
15+
- windows
1516

1617
cache:
1718
directories:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
]
4242
},
4343
"mac": {
44-
"icon": "build/icons/icon.icns"
44+
"icon": "build/icons/icon.icns",
45+
"target": "dmg"
4546
},
4647
"win": {
4748
"icon": "build/icons/icon.ico",

0 commit comments

Comments
 (0)