GoogleCloudPlatform / immersive-stream-for-xr-templates

Apache License 2.0
62 stars 19 forks source link

SyncContent.ps1 is older #41

Open k1life opened 3 months ago

k1life commented 3 months ago

In the past, https://github.com/GoogleCloudPlatform/immersive-stream-for-xr-templates/pull/3 removed unnecessary content in SyncContent.ps1 , but the https://github.com/GoogleCloudPlatform/immersive-stream-for-xr-templates/pull/24 restored it. It's not a major issue, but please fix it.

# Get first uproject file (there should not be multiple)
$ProjectFile = (Get-ChildItem -Path "${ProjectPath}" -Filter *.uproject  | Select-Object -First 1)
$SyncFiles = @($ProjectFile, "CHANGELOG.md")

$FoldersList = @("Content", "Config", "Cloud", "ToBuild", "Source", "Plugins", "ToCustomize")