fix: printf format, paths WSL actualizados y repo_url en app.md

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>
This commit is contained in:
2026-04-13 01:31:41 +02:00
parent 80b0e827b6
commit 615fd03e51
3 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
$exe = Join-Path $PSScriptRoot "registry_dashboard.exe"
& $exe `
"\\wsl.localhost\Ubuntu\home\lucas\fn_registry\registry.db" `
"\\wsl$\Ubuntu\home\lucas\fn_registry\registry.db" `
"$PSScriptRoot\registry.db"
"\\wsl.localhost\Ubuntu-22.04\home\lucas\fn_registry\registry.db" `