Skip to content

Commit

Permalink
fix: taskbar icon should no longer be blurry on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Jul 18, 2023
1 parent 6611988 commit b5f22bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added src-tauri/icons/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src-tauri/icons/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,13 @@
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/64x64.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/256x256.png",
"icons/icon.icns",
"icons/icon.ico"
"icons/icon.ico",
"icons/icon.png"
],
"identifier": "dev.tormak.steam-art-manager",
"longDescription": "A tool for setting the artwork of your Steam library.",
Expand Down

0 comments on commit b5f22bc

Please sign in to comment.