This commit is contained in:
freddydk 2023-04-15 21:40:29 -04:00
Родитель 6087da9a20
Коммит d2dc15b28f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1043,7 +1043,7 @@ function GetAppInfo {
try {
$appFiles | ForEach-Object {
$path = $_
Write-Host $path
Write-Host "'$path'"
$appInfoPath = "$_.json"
if ($cacheAppInfo -and (Test-Path -Path $appInfoPath)) {
$appInfo = Get-Content -Path $appInfoPath | ConvertFrom-Json