fix build
This commit is contained in:
parent
b8558d8fb2
commit
accbed0c51
@ -111,7 +111,8 @@ namespace LibTSforge.Activators
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
shortauth = BitConverter.ToUInt64(Convert.FromBase64String(uniqueId.Split('&')[1]), 0);
|
shortauth = BitConverter.ToUInt64(Convert.FromBase64String(uniqueId.Split('&')[1]), 0);
|
||||||
} catch
|
}
|
||||||
|
catch
|
||||||
{
|
{
|
||||||
throw new FormatException("Key Unique ID has invalid format.");
|
throw new FormatException("Key Unique ID has invalid format.");
|
||||||
}
|
}
|
||||||
|
@ -52,7 +52,7 @@ namespace TSforgeCLI
|
|||||||
}
|
}
|
||||||
|
|
||||||
PSVersion version = options.Version ?? Utils.DetectVersion();
|
PSVersion version = options.Version ?? Utils.DetectVersion();
|
||||||
bool production = options.Production ?? Utils.DetectCurrentKey();
|
bool production = options.Production ?? SPPUtils.DetectCurrentKey();
|
||||||
|
|
||||||
if (options.Dump)
|
if (options.Dump)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user