Skip to content

Commit d8ed072

Browse files
committed
chore: fix icon names
1 parent a07993c commit d8ed072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"systemTray": {
21-
"iconPath": "icons/icon.ico"
21+
"iconPath": "icons/icon.png"
2222
},
2323
"bundle": {
2424
"active": true,
@@ -33,7 +33,7 @@
3333
"longDescription": "KoS - Key On Screen",
3434
"windows": {
3535
"nsis": {
36-
"installerIcon": "icons/icon.png"
36+
"installerIcon": "icons/icon.ico"
3737
}
3838
},
3939
"icon": [

0 commit comments

Comments
 (0)