615fd03e51
Corrige fprintf que usaba %s con std::string sin .c_str(). Actualiza path WSL en el launcher PowerShell a Ubuntu-22.04. Añade repo_url en app.md apuntando al repo en Gitea. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
139 B
PowerShell
6 lines
139 B
PowerShell
$exe = Join-Path $PSScriptRoot "registry_dashboard.exe"
|
|
|
|
& $exe `
|
|
"\\wsl.localhost\Ubuntu-22.04\home\lucas\fn_registry\registry.db" `
|
|
|