Skip to content

Commit

Permalink
configure icons
Browse files Browse the repository at this point in the history
  • Loading branch information
erayerdin committed Oct 19, 2023
1 parent 8b201bc commit 4095a75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"icon": [
"../assets/brand/icon-32.png",
"../assets/brand/icon-128.png",
"../assets/brand/icon-256.png"
"../assets/brand/icon-256.png",
"../assets/brand/icon.icns",
"../assets/brand/icon.ico"
],
"identifier": "com.erayerdin",
"longDescription": "",
Expand Down

0 comments on commit 4095a75

Please sign in to comment.