-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
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
rizwan92 #0247 i am facing System.aggregate Exception 81513513 is notvalid string error while checking for update. #154
Comments
i am getting this logs at release path
|
I'm seeing the same thing. Looks like this is an issue when Squirrel.Windows tries to parse the release file. It seems that it's treating the URL as a local path to the nupkg and expecting a semver string which is not present in the download URL. Did you end up finding a solution @rizwan92? |
you need to buy code signing certificates to make it work |
Hmm our app is signed. Anyways we ended up figuring it out - we just needed to update the download URL in the release file to end in the |
I have electron.js file
and hazel server running in vercel fetching my release from github repostitory image is attched .
after 60 seconds i am facing an error image is attached
i am usinf electron forge with gihub publish package to publish my release
The text was updated successfully, but these errors were encountered: