We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello im triying to implement squirrel, but once my program starts it freeze right at launch
using (var manager = UpdateManager.GitHubUpdateManager("https://github.com/USER/REPOSITORY")) { await manager.Result.UpdateApp(); }
this is my function it get stuck in this line var response = await client.GetAsync(releasesApiBuilder.ToString());
var response = await client.GetAsync(releasesApiBuilder.ToString());
in UpdateManager.Factory.cs
UpdateManager.Factory.cs
my releaseApiBuilder looks like this {repos/USER/REPOSITORY/releases}
releaseApiBuilder
{repos/USER/REPOSITORY/releases}
The text was updated successfully, but these errors were encountered:
https://github.com/Squirrel/Squirrel.Windows/blob/develop/docs/faq.md#installing What's in the squirrel log file?
Sorry, something went wrong.
No branches or pull requests
Hello im triying to implement squirrel, but once my program starts it freeze right at launch
this is my function
it get stuck in this line
var response = await client.GetAsync(releasesApiBuilder.ToString());
in
UpdateManager.Factory.cs
my
releaseApiBuilder
looks like this{repos/USER/REPOSITORY/releases}
The text was updated successfully, but these errors were encountered: