GoogleCloudPlatform/immersive-stream-for-xr-templates

SyncContent.ps1 is older

Opened this issue · 0 comments

In the past, #3 removed unnecessary content in SyncContent.ps1 , but the #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")