Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit 7aaab20

Browse files
committed
add portable build
1 parent 0bb7d66 commit 7aaab20

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "DevDocs",
33
"productName": "DevDocs",
4-
"version": "0.6.4",
4+
"version": "0.6.5",
55
"description": "Desktop client for devdocs.io",
66
"author": {
77
"name": "EGOIST",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"win": {
6262
"target": [
6363
"nsis",
64-
"zip"
64+
"zip",
65+
"portable"
6566
]
6667
},
6768
"nsis": {

0 commit comments

Comments
 (0)