From 4a5fc4dd050ace0d114a15ac09eda39b72732ff7 Mon Sep 17 00:00:00 2001 From: Jose Alberto Guerra Ugalde Date: Sat, 20 Dec 2025 02:23:26 -0600 Subject: [PATCH] Version 5.12.16 --- B4A/_git_tag.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/B4A/_git_tag.ps1 b/B4A/_git_tag.ps1 index e00df10..cbbed95 100644 --- a/B4A/_git_tag.ps1 +++ b/B4A/_git_tag.ps1 @@ -59,11 +59,13 @@ if ($oldCommit -eq $newCommit) { Write-Host ">> Commit detectado." # 6. GESTIÓN DE TAGS (VISUAL TOPMOST) +Write-Host "git ls-remote --tags origin $tagName" $remoteTagInfo = git ls-remote --tags origin $tagName if ($remoteTagInfo) { # --- TRUCO PARA QUE LA VENTANA SALGA AL FRENTE --- # Creamos un formulario invisible que esté "Siempre Visible" (TopMost) + Write-Host "Recibimos remoteTagInfo" $topForm = New-Object System.Windows.Forms.Form $topForm.TopMost = $true $topForm.Opacity = 0 # Invisible