Skip to content

Commit

Permalink
fix: favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ai committed Apr 1, 2023
1 parent 4031d74 commit 7d78e49
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions public/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#603cba</TileColor>
</tile>
</msapplication>
<msapplication>
<tile>
<square150x150logo src="/tinnitus-reducer-acrn/mstile-150x150.png" />
<TileColor>#603cba</TileColor>
</tile>
</msapplication>
</browserconfig>
34 changes: 17 additions & 17 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "Tinnitus Reducer ACRN",
"short_name": "Tinnitus Reducer ACRN",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"name": "Tinnitus Reducer ACRN",
"short_name": "Tinnitus Reducer ACRN",
"icons": [
{
"src": "/tinnitus-reducer-acrn/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/tinnitus-reducer-acrn/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "tinnitus-reducer-ACRN",
"version": "0.1.2"
"version": "0.1.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 7d78e49

Please sign in to comment.