Skip to content

Commit f36fabd

Browse files
committed
fix icon path
1 parent 1a19c95 commit f36fabd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/neutralino.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"center": true,
3737
"fullScreen": false,
3838
"alwaysOnTop": false,
39-
"icon": "assets/icon.ico",
39+
"icon": "src/web/public/assets/icon.ico",
4040
"enableInspector": false,
4141
"borderless": false,
4242
"maximize": false,
@@ -64,7 +64,7 @@
6464
"distributionPath": "dist"
6565
},
6666
"applicationName": "POE2 Trade Alert",
67-
"applicationIcon": "assets/icon.ico",
67+
"applicationIcon": "src/web/public/assets/icon.ico",
6868
"author": "Tyler Johnson",
6969
"description": "Path of Exile 2 Trade Notification System",
7070
"copyright": "Copyright © 2024 Tyler Johnson"

0 commit comments

Comments
 (0)