Check SetupJobs.CompileAppx

This commit is contained in:
Jaex 2022-12-05 08:15:46 +03:00
parent 060b61d00e
commit 4d64901364

View file

@ -243,6 +243,8 @@ private static void UpdatePaths()
Console.WriteLine("Application version: " + AppVersion);
if (Job.HasFlag(SetupJobs.CompileAppx))
{
string sdkInstallationFolder = RegistryHelpers.GetValueString(@"SOFTWARE\WOW6432Node\Microsoft\Microsoft SDKs\Windows\v10.0",
"InstallationFolder", RegistryHive.LocalMachine);
string sdkProductVersion = RegistryHelpers.GetValueString(@"SOFTWARE\WOW6432Node\Microsoft\Microsoft SDKs\Windows\v10.0",
@ -251,6 +253,7 @@ private static void UpdatePaths()
Console.WriteLine("Windows Kits directory: " + WindowsKitsDir);
}
}
private static void CompileSetup()
{