We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd7078 commit bd16bc3Copy full SHA for bd16bc3
.gitignore
@@ -1,2 +1,2 @@
1
-
+package-lock.json
2
package.json
@@ -22,14 +22,14 @@
22
"output": "../release/"
23
},
24
"win": {
25
- "icon": "../icons/app_ico.ico"
+ "icon": "icons/app_ico.ico"
26
27
"mac": {
28
"category": "public.app-category.developer-tools",
29
- "icon": "../icons/app_ico.icns"
+ "icon": "icons/app_ico.icns"
30
31
"linux": {
32
- "icon": "../icons/",
+ "icon": "icons/",
33
"maintainer": "guyoung"
34
}
35
0 commit comments