feature/generador-instaladores-linux-windows

This commit is contained in:
2026-07-30 07:34:17 -06:00
parent cafe3f1b87
commit c3f1d70e23
34 changed files with 3498 additions and 252 deletions

View File

@@ -53,7 +53,7 @@ CloudRestoreAs/
├── runner.py # Punto de entrada principal
├── requirements.txt # Dependencias Python
├── install.ps1 # Script de instalación automática
├── install.ps1 # Instalador de DESPLIEGUE Windows (binario autocontenido)
├── start.ps1 # Script de inicio rápido (PowerShell)
├── start.bat # Script de inicio rápido (Batch)
├── build.ps1 # Script para generar ejecutable con PyInstaller