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

Commit ecc9db8

Browse files
author
icymind
committed
build target as exe for windows
1 parent d50fcf9 commit ecc9db8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "VRouter",
3-
"version": "0.4.0",
3+
"version": "0.4.0-alpha",
44
"description": "a virtual router providing transparent proxy.",
55
"main": "./dist/electron/main.bundle.js",
66
"scripts": {
@@ -110,7 +110,6 @@
110110
"icon": "static/icons/icon.icns"
111111
},
112112
"win": {
113-
"target": "zip",
114113
"icon": "static/icons/icon.ico"
115114
},
116115
"linux": {

0 commit comments

Comments
 (0)