Skip to content

Commit 57e6414

Browse files
committed
notarize work
1 parent d47fe32 commit 57e6414

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Diff for: package.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
"build": {
1414
"appId": "com.josephadams.beacon",
1515
"productName": "beacon",
16-
"files": [
17-
"dist/**/*",
18-
"public/**/*",
19-
"assets/**/*"
20-
],
2116
"mac": {
2217
"target": [
2318
{
@@ -29,7 +24,7 @@
2924
}
3025
],
3126
"category": "public.app-category.utilities",
32-
"icon": "assets/tray-icon.png",
27+
"icon": "static/icon.png",
3328
"identity": "Joseph Adams (R2PY2DC3A4)",
3429
"extendInfo": {
3530
"NSApplicationSupportsSecureRestorableState": true,
@@ -42,7 +37,7 @@
4237
},
4338
"win": {
4439
"target": "nsis",
45-
"icon": "assets/icon.ico"
40+
"icon": "static/icon.ico"
4641
},
4742
"linux": {
4843
"target": "AppImage",

0 commit comments

Comments
 (0)