Skip to content

Commit 5950147

Browse files
committed
fix(frontend): add desktop runtime fallback assets
1 parent 7a5349d commit 5950147

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
name="viewport"
99
/>
1010
<title>LeviLauncher</title>
11+
<link rel="icon" href="/favicon.ico" sizes="any" />
1112
<script>
1213
window._wails = window._wails || {};
1314
window._wails.flags = window._wails.flags || {};

frontend/public/favicon.ico

27.9 KB
Binary file not shown.

frontend/public/wails/custom.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Intentionally left blank.
2+
// Wails runtime probes this path in desktop builds, so we provide a valid script
3+
// to avoid HTML fallback responses being parsed as JavaScript.

0 commit comments

Comments
 (0)