fix
This commit is contained in:
@@ -21,7 +21,7 @@ internal class Program
|
||||
Console.WriteLine(SemVerService.Compare("v0.1.2", ReleaseUpdaterFacade.GetCurrentVersion()));
|
||||
|
||||
await ReleaseUpdaterFacade.UpdateAsync(
|
||||
apiUrl: url,
|
||||
apiUrl: new Uri(url),
|
||||
token: APIKey,
|
||||
installPath: installPath,
|
||||
appExeName: appExe,
|
||||
|
||||
Reference in New Issue
Block a user