GoogleCloudPlatform / immersive-stream-for-xr-templates

Apache License 2.0
62 stars 19 forks source link

Update SyncContent.ps1 #35

Closed bernhardreinert closed 8 months ago

bernhardreinert commented 8 months ago

Apply https://github.com/GoogleCloudPlatform/immersive-stream-for-xr-templates/pull/34 to minimal integration script as well. Powershell 7 Get-ChildItem returns full path instead of filename. Adding -Name flag to return the filename (https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.4#-name). Verified this new script has the correct behavior in Powershell 5.1 and Powershell 7.4.