VERSION 6.02.20 GPS

This commit is contained in:
2026-02-25 22:30:10 -06:00
parent a2d5315d02
commit 004199111e
2 changed files with 3 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ Version=12.8
#Region Project Attributes
#ApplicationLabel: Intmex
#VersionCode: 1
#VersionName: 5.12.15_GPS
#VersionName: 6.02.20 GPS
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: portrait
#CanInstallToExternalStorage: False

View File

@@ -27,7 +27,8 @@ if (-Not $versionLine) {
return
}
$version = ($versionLine -split ":")[1].Trim()
$tagName = "v$version"
# Reemplaza cualquier espacio en blanco por un guion bajo solo para el tag
$tagName = "v$version".Replace(" ", "_")
Set-Location $projectPath