From 2a2c2958d33198b5ab38d30355243c3dcfc59fde Mon Sep 17 00:00:00 2001 From: Eduardo Mosqueda Date: Mon, 3 Nov 2025 14:39:33 -0600 Subject: [PATCH] Add test_alerta.ps1 --- test_alerta.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test_alerta.ps1 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