Skip to content

Commit cde61a1

Browse files
committed
Register icons in tauri.conf.json
1 parent 7e9ee40 commit cde61a1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src-tauri/tauri.conf.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"icon": [
1212
"icons/32x32.png",
1313
"icons/128x128.png",
14-
"icons/icon.png"
14+
"icons/icon.png",
15+
"icons/icon.icns",
16+
"icons/icon.ico"
1517
]
1618
},
1719
"productName": "twitch-downloader",

0 commit comments

Comments
 (0)