Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 54156ca

Browse files
authored
Added nsis on windows so the latest.yml gets created. (#13)
1 parent 7a58d49 commit 54156ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
"win": {
3333
"target": [
34-
"zip"
34+
"zip",
35+
"nsis"
3536
]
3637
}
3738
},
@@ -92,5 +93,5 @@
9293
"postinstall": "Used by electron-builder to build native dependencies.",
9394
"start": "Starts the app in dev mode."
9495
},
95-
"version": "0.7.0"
96+
"version": "0.7.1"
9697
}

0 commit comments

Comments
 (0)