From 367ff75966843a2f1921bcfc004aecbff8dc1571 Mon Sep 17 00:00:00 2001 From: Jose Alberto Guerra Ugalde Date: Sat, 20 Dec 2025 01:36:22 -0600 Subject: [PATCH] Version 5.12.15.test PRUEBA --- B4A/_git_tag.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/B4A/_git_tag.ps1 b/B4A/_git_tag.ps1 index 322f0a9..cbb9ec0 100644 --- a/B4A/_git_tag.ps1 +++ b/B4A/_git_tag.ps1 @@ -57,6 +57,8 @@ $remoteTagInfo = git ls-remote --tags origin $tagName if ($remoteTagInfo) { # Alerta Sonora y Visual [System.Console]::Beep(1000, 200) + [System.Console]::Beep(1000, 200) + [System.Console]::Beep(1000, 200) Write-Host " " Write-Host "AVISO: El tag '$tagName' YA EXISTE en GitHub." -ForegroundColor Red -BackgroundColor Yellow $confirm = Read-Host ">> Escribe 's' y Enter para SOBRESCRIBIRLO"