Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 3cd2b56

Browse files
committed
package.json: add icon for windows
1 parent ff31587 commit 3cd2b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"category": "your.app.category.type"
2020
},
2121
"win": {
22-
"asar": false
22+
"asar": false,
23+
"icon": "public/favicon.ico"
2324
}
2425
}
2526
}

0 commit comments

Comments
 (0)