Skip to content

Commit

Permalink
Updated system tray icon to .png instead of .ico
Browse files Browse the repository at this point in the history
  • Loading branch information
exejar committed Mar 14, 2024
1 parent 2952385 commit 94fa30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDI0M0NFOEI0NzdEREREOTUKUldTVjNkMTN0T2c4Sko3OGl6VGUxYkc4M2FzUFVoZFphZEtZaEVkWWphM0l6bzUzVzN4Z1cwVlMK"
},
"systemTray": {
"iconPath": "icons/icon.ico"
"iconPath": "icons/icon.png"
},
"windows": [
{
Expand Down

0 comments on commit 94fa30c

Please sign in to comment.