Fixed Issue 7706: Error in Install.ps1

This commit is contained in:
Laurent Bugnion 2016-04-23 23:42:25 +02:00
Родитель cbbc65843d
Коммит b224fb07ed
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -157,7 +157,7 @@ else
$appXamlXml.Load($appxamlPath)
$appresources = $appXamlXml.SelectNodes("//*") | where { $_.Name -eq "Application.Resources" }
$resources = null
$resources = $null
if ($appresources -eq $null)
{