mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-244097: XenCenter sometimes refuses .xsupdate files
This commit is contained in:
parent
f414407f40
commit
20df8ce2fe
@ -328,7 +328,7 @@ namespace XenAdmin.Wizards.PatchingWizard
|
||||
|
||||
private string UpdateExtension
|
||||
{
|
||||
get { return SelectedUpdateType != UpdateType.ISO ? "." + Branding.Update : "." + Branding.UpdateIso; }
|
||||
get { return "." + Branding.Update; }
|
||||
}
|
||||
|
||||
private bool isValidFile(string fileName)
|
||||
|
Loading…
Reference in New Issue
Block a user