Skip to content

Commit 24bb7bf

Browse files
committed
add electron-builder.json for portable version
1 parent f3add32 commit 24bb7bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

electron-builder.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"win": {
3+
"target": [
4+
"nsis",
5+
"portable"
6+
]
7+
}
8+
}

0 commit comments

Comments
 (0)