Atualizacao versao 2025.09

This commit is contained in:
2025-09-11 10:47:43 -03:00
parent a3e0dbabe6
commit 2f93b9cf72
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -61,10 +61,10 @@ function Install-Pilot {
Write-Log "Starting $Mode installation..." Write-Log "Starting $Mode installation..."
if ($Mode -eq "Portrait") { if ($Mode -eq "Portrait") {
$zipFile = "NDGDRelease-2025.08.07.1.zip" $zipFile = "NDGDRelease-2025.09.10.1.zip"
$orient = "Portrait" $orient = "Portrait"
} else { } else {
$zipFile = "NDGDRelease-2025.08.11.1.zip" $zipFile = "NDGDRelease-2025.09.10.2.zip"
$orient = "Dual" $orient = "Dual"
} }