Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 3456786

Browse files
committed
end page fixed
1 parent a23e582 commit 3456786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ function SetPage ($MainWindow, $NewPage) {
15821582
} else {
15831583
Convert-ESD -CryptoKey $VarRSAKey -extensiontype $VarImageFormat -ESD $VarSelectedFile -Destination $VarPath
15841584
}
1585-
[xml]$Global:xmlWPF = Get-Content -Path 'bin\ConvertEnd.xaml'
1585+
[xml]$Global:xmlWPF = Get-Content -Path 'bin\xaml\ConvertEnd.xaml'
15861586
$Global:xamGUI = [Windows.Markup.XamlReader]::Load((new-object System.Xml.XmlNodeReader $xmlWPF))
15871587
$xmlWPF.SelectNodes("//*[@Name]") | %{
15881588
Set-Variable -Name ($_.Name) -Value $xamGUI.FindName($_.Name) -Scope Global

0 commit comments

Comments
 (0)