mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-14 03:16:38 +10:00
Update PkgCLI.
This commit is contained in:
@@ -288,6 +288,7 @@ Commands:
|
|||||||
}
|
}
|
||||||
static void Main (string [] args)
|
static void Main (string [] args)
|
||||||
{
|
{
|
||||||
|
var currencoding = Console.OutputEncoding;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Console.OutputEncoding = Encoding.UTF8;
|
Console.OutputEncoding = Encoding.UTF8;
|
||||||
@@ -985,6 +986,7 @@ Examples:
|
|||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
Console.ResetColor ();
|
Console.ResetColor ();
|
||||||
|
Console.OutputEncoding = currencoding;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user