Skip to content

Commit bd16bc3

Browse files
committed
update
1 parent 2dd7078 commit bd16bc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1+
package-lock.json
22

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"output": "../release/"
2323
},
2424
"win": {
25-
"icon": "../icons/app_ico.ico"
25+
"icon": "icons/app_ico.ico"
2626
},
2727
"mac": {
2828
"category": "public.app-category.developer-tools",
29-
"icon": "../icons/app_ico.icns"
29+
"icon": "icons/app_ico.icns"
3030
},
3131
"linux": {
32-
"icon": "../icons/",
32+
"icon": "icons/",
3333
"maintainer": "guyoung"
3434
}
3535
}

0 commit comments

Comments
 (0)