Commit 625a9ba
committed
🤖 fix: Update preload path in desktop/main.ts
The preload script is built to dist/preload.js but desktop/main.js is now in dist/desktop/,
so the relative path needs to be ../preload.js instead of preload.js.
Fixes E2E tests failing to load the app - window wasn't initializing because preload couldn't be found.1 parent b5b1e44 commit 625a9ba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
0 commit comments