mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-21 20:09:13 +00:00
VERSION 5.12.16
- Se agrego codigo para que el label de la notificacion tenga scroll vertical y se vaya al inicio del texto
This commit is contained in:
@@ -43,7 +43,7 @@ Write-Host "Abriendo TortoiseGit..."
|
|||||||
|
|
||||||
# Argumentos limpios
|
# Argumentos limpios
|
||||||
$pathArg = '/path:"{0}"' -f $projectPath
|
$pathArg = '/path:"{0}"' -f $projectPath
|
||||||
$msgArg = '/logmsg:"Version {0}"' -f $version
|
$msgArg = '/logmsg:"VERSION {0}"' -f $version
|
||||||
$cmdArg = "/command:commit"
|
$cmdArg = "/command:commit"
|
||||||
|
|
||||||
$process = Start-Process "TortoiseGitProc.exe" -ArgumentList $cmdArg, $pathArg, $msgArg -Wait -PassThru
|
$process = Start-Process "TortoiseGitProc.exe" -ArgumentList $cmdArg, $pathArg, $msgArg -Wait -PassThru
|
||||||
@@ -74,9 +74,10 @@ if ($remoteTagInfo) {
|
|||||||
$topForm.Show()
|
$topForm.Show()
|
||||||
$topForm.Activate()
|
$topForm.Activate()
|
||||||
|
|
||||||
|
[System.Console]::Beep(1000, 200)
|
||||||
[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"
|
$msgTitle = "⚠️ Conflicto de Versiones - $projectName"
|
||||||
|
|
||||||
# El mensaje ahora es "hijo" del formulario invisible, heredando su propiedad TopMost
|
# El mensaje ahora es "hijo" del formulario invisible, heredando su propiedad TopMost
|
||||||
|
|||||||
Reference in New Issue
Block a user