diff --git a/test_alerta.ps1 b/test_alerta.ps1 new file mode 100644 index 0000000..b56b16f --- /dev/null +++ b/test_alerta.ps1 @@ -0,0 +1,5 @@ +# Script: test_alerta.ps1 +# Objetivo: Mostrar una alerta nativa de Windows. + +Add-Type -AssemblyName PresentationFramework +[System.Windows.MessageBox]::Show('El lanzador safecloud-run funciona correctamente.', 'Prueba de Gitea Exitosa', 'OK', 'Information') \ No newline at end of file