Skip to content

Commit

Permalink
(chore): update msstore.psm1 x4
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Nov 15, 2024
1 parent a2de946 commit e365b72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/MSStore.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@ function Get-StoreURLS {
$Revision = $updID.RevisionNumber
#$Revision
$AddTo = $objs.Where({ $_.ID -eq $ID })[0]
$AddTo | Add-Member -MemberType NoteProperty -Name UpdateID -Value $UpdateID
$AddTo | Add-Member -MemberType NoteProperty -Name Revision -Value $Revision
if ($AddTo) {
$AddTo | Add-Member -MemberType NoteProperty -Name UpdateID -Value $UpdateID
$AddTo | Add-Member -MemberType NoteProperty -Name Revision -Value $Revision
}
}

$FE3Req = Get-FE3FileXML
Expand Down

0 comments on commit e365b72

Please sign in to comment.