Add portable target
This commit is contained in:
parent
c43871950c
commit
6a67f07a9e
1 changed files with 10 additions and 0 deletions
10
package.json
10
package.json
|
@ -85,6 +85,16 @@
|
|||
"nsis": {
|
||||
"include": "build/installer.nsh",
|
||||
"oneClick": false
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis",
|
||||
"portable"
|
||||
]
|
||||
},
|
||||
"publish": {
|
||||
"provider": "github",
|
||||
"releaseType": "release"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue