Skip to content

Commit

Permalink
fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
luckmer committed Jan 14, 2025
1 parent 4688c05 commit d1ee213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"icon": [
"../public/images/icons/icon-48x48.png",
"../public/images/icons/icon-128x128.png",
"../public/images/icons/144x144.png",
"../public/images/icons/icon-144x144.png",
"../public/images/icons/favicon.ico"
],
"identifier": "com.eyetrackvrfft.dev",
Expand Down Expand Up @@ -191,4 +191,4 @@
"iconAsTemplate": true
}
}
}
}

0 comments on commit d1ee213

Please sign in to comment.