This commit is contained in:
freddydk 2023-04-15 21:06:48 -04:00
Родитель 044e427ffe
Коммит cf2a4906e2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1063,6 +1063,7 @@ function GetAppInfo {
Write-Host "Dependencies"
$manifest.Dependencies | Out-Host
Write-Host "done"
$manifest.Dependencies.GetEnumerator() | ForEach-Object { Write-Host 'xx'; Write-Host $_.AppId }
$appInfo = @{
"appId" = $manifest.AppId
"publisher" = $manifest.AppPublisher