Skip to content

Commit c2f1b9d

Browse files
author
Robin Stolpe
authored
Merge pull request #26 from rstolpe/dev
Added "" on MainPackage
2 parents 984383c + f96d9fb commit c2f1b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WinSoftwareUpdate/WinSoftwareUpdate.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Function Update-rsWinSoftware {
354354
}
355355

356356
# Register WinGet
357-
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
357+
Add-AppxPackage -RegisterByFamilyName -MainPackage "Microsoft.DesktopAppInstaller_8wekyb3d8bbwe"
358358

359359
# Check if something needs to be installed or updated
360360
Confirm-RSDependency

0 commit comments

Comments
 (0)