We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47fe32 commit 57e6414Copy full SHA for 57e6414
package.json
@@ -13,11 +13,6 @@
13
"build": {
14
"appId": "com.josephadams.beacon",
15
"productName": "beacon",
16
- "files": [
17
- "dist/**/*",
18
- "public/**/*",
19
- "assets/**/*"
20
- ],
21
"mac": {
22
"target": [
23
{
@@ -29,7 +24,7 @@
29
24
}
30
25
],
31
26
"category": "public.app-category.utilities",
32
- "icon": "assets/tray-icon.png",
27
+ "icon": "static/icon.png",
33
28
"identity": "Joseph Adams (R2PY2DC3A4)",
34
"extendInfo": {
35
"NSApplicationSupportsSecureRestorableState": true,
@@ -42,7 +37,7 @@
42
37
},
43
38
"win": {
44
39
"target": "nsis",
45
- "icon": "assets/icon.ico"
40
+ "icon": "static/icon.ico"
46
41
47
"linux": {
48
"target": "AppImage",
0 commit comments