From 5124f6c5a10c98f8fba438a098925c9ae59eedec Mon Sep 17 00:00:00 2001 From: Jose Alberto Guerra Ugalde Date: Sat, 20 Dec 2025 02:30:14 -0600 Subject: [PATCH] VERSION 5.12.16 - Se agrego codigo para que el label de la notificacion tenga scroll vertical y se vaya al inicio del texto --- B4A/_git_tag.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/B4A/_git_tag.ps1 b/B4A/_git_tag.ps1 index 0001ae5..b27c647 100644 --- a/B4A/_git_tag.ps1 +++ b/B4A/_git_tag.ps1 @@ -43,7 +43,7 @@ Write-Host "Abriendo TortoiseGit..." # Argumentos limpios $pathArg = '/path:"{0}"' -f $projectPath -$msgArg = '/logmsg:"Version {0}"' -f $version +$msgArg = '/logmsg:"VERSION {0}"' -f $version $cmdArg = "/command:commit" $process = Start-Process "TortoiseGitProc.exe" -ArgumentList $cmdArg, $pathArg, $msgArg -Wait -PassThru @@ -74,9 +74,10 @@ if ($remoteTagInfo) { $topForm.Show() $topForm.Activate() + [System.Console]::Beep(1000, 200) [System.Console]::Beep(1000, 200) - $msgBody = "El tag '$tagName' YA EXISTE en GitHub.`n`n¿Deseas SOBRESCRIBIRLO?`n`nSí = Borrar anterior y actualizar (Force Push).`nNo = Subir solo código (mantener tag viejo)." + $msgBody = "El tag '$tagName' YA EXISTE en GitHub.`n`nDeseas SOBRESCRIBIRLO?`n`nSi = Borrar anterior y actualizar (Force Push).`nNo = Subir solo codigo (mantener tag viejo)." $msgTitle = "⚠️ Conflicto de Versiones - $projectName" # El mensaje ahora es "hijo" del formulario invisible, heredando su propiedad TopMost