Fixed Issue 7706: Error in Install.ps1
This commit is contained in:
Родитель
cbbc65843d
Коммит
b224fb07ed
|
@ -157,7 +157,7 @@ else
|
|||
$appXamlXml.Load($appxamlPath)
|
||||
|
||||
$appresources = $appXamlXml.SelectNodes("//*") | where { $_.Name -eq "Application.Resources" }
|
||||
$resources = null
|
||||
$resources = $null
|
||||
|
||||
if ($appresources -eq $null)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче