Suppress console-window flash on subprocess spawn (CREATE_NO_WINDOW); bump 0.1.2

paths::quiet_command sets CREATE_NO_WINDOW (0x08000000) on Windows so
short-lived child processes (wsl.exe -l -q, where claude, wsl.exe -d X
bash -lc 'command -v claude') don't briefly allocate a real console
window and flash on click. Used by both paths.rs and cli_usage.rs.
This commit is contained in:
megaproxy 2026-05-09 16:03:40 +01:00
parent 6dd8200802
commit 160e08d4a8
5 changed files with 24 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Claude Usage Widget",
"version": "0.1.1",
"version": "0.1.2",
"identifier": "com.megaproxy.claude-usage-widget",
"build": {
"beforeDevCommand": "pnpm dev",