Commit 842b53d
fix(windows): resolve crash-on-launch and signing pipeline issues
- fix(media_keys): extract real HWND from Tauri main window for souvlaki
SMTC registration; souvlaki panics (not errors) on Windows when hwnd is
None, causing a 0xC0000409 FAST_FAIL_FATAL_APP_EXIT crash at startup
- fix(build): replace ConvertTo-SecureString with .NET SecureString loop
to avoid dependency on Microsoft.PowerShell.Security auto-loading
- fix(build): set signCommand as {cmd, args} object with cmd /C wrapper;
.cmd batch files cannot be launched directly via CreateProcess, and the
object form is required to place %1 in args for Tauri path substitution
- docs(builds): document scripts/build.ps1 local Windows build workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9b5d9ba commit 842b53d
6 files changed
Lines changed: 3350 additions & 18 deletions
File tree
- crates/mt-tauri
- gen/schemas
- src
- docs
- scripts
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
| |||
0 commit comments