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"