mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
fix: update script version to 2505.2 in BuildFFUVM.ps1 and ApplyFFU.ps1 for consistency across files
This commit is contained in:
@@ -395,7 +395,7 @@ param(
|
|||||||
[string]$ExportConfigFile,
|
[string]$ExportConfigFile,
|
||||||
[bool]$UpdateADK = $true
|
[bool]$UpdateADK = $true
|
||||||
)
|
)
|
||||||
$version = '2505.1'
|
$version = '2505.2'
|
||||||
|
|
||||||
# If a config file is specified and it exists, load it
|
# If a config file is specified and it exists, load it
|
||||||
if ($ConfigFile -and (Test-Path -Path $ConfigFile)) {
|
if ($ConfigFile -and (Test-Path -Path $ConfigFile)) {
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ $LogFileName = 'ScriptLog.txt'
|
|||||||
$USBDrive = Get-USBDrive
|
$USBDrive = Get-USBDrive
|
||||||
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
|
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
|
||||||
$LogFile = $USBDrive + $LogFilename
|
$LogFile = $USBDrive + $LogFilename
|
||||||
$version = '2505.1'
|
$version = '2505.2'
|
||||||
WriteLog 'Begin Logging'
|
WriteLog 'Begin Logging'
|
||||||
WriteLog "Script version: $version"
|
WriteLog "Script version: $version"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user