Add release index download
This commit is contained in:
parent
bbe91099cb
commit
1f685ae8a0
3 changed files with 23 additions and 11 deletions
|
|
@ -170,7 +170,7 @@ namespace LibationWinForms
|
|||
|
||||
try
|
||||
{
|
||||
upgradeProperties = AppScaffolding.LibationScaffolding.GetLatestRelease(@"Libation\.\d+\.\d+\.\d+-win.zip");
|
||||
upgradeProperties = AppScaffolding.LibationScaffolding.GetLatestRelease(AppScaffolding.LibationScaffolding.ReleaseIdentifier.WindowsClassic);
|
||||
if (upgradeProperties is null)
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue