mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Deployment.git
synced 2025-11-19 21:08:45 +08:00
fix IOE on WAS version check
This commit is contained in:
@@ -81,7 +81,7 @@ internal static partial class WindowsAppSDKDependency
|
||||
}
|
||||
}
|
||||
|
||||
return results.Aggregate((result, element) => result || element);
|
||||
return results.Count > 0 && results.Aggregate((result, element) => result || element);
|
||||
}
|
||||
|
||||
private static async Task DownloadWindowsAppRuntimeInstallAndInstallAsync(string version)
|
||||
|
||||
Reference in New Issue
Block a user