diff --git a/app/Updates.cs b/app/Updates.cs index cf448e3d..736c99fa 100644 --- a/app/Updates.cs +++ b/app/Updates.cs @@ -59,7 +59,7 @@ namespace GHelper Task.Run(async () => { - DriversAsync($"https://rog.asus.com/support/webapi/product/GetPDBIOS?website=global&model={model}&cpu=", 1, tableBios); + DriversAsync($"https://rog.asus.com/support/webapi/product/GetPDBIOS?website=global&model={model}&cpu={model}", 1, tableBios); }); Task.Run(async () =>