Open rizwan92 opened 2 years ago
i am getting this logs at release path
directCache [ 'exe', 'dmg', 'rpm', 'deb', 'AppImage' ]
directCache [ 'exe', 'dmg', 'rpm', 'deb', 'AppImage' ]
Finished caching version 1.0.0
releases {
version: '1.0.0',
notes: null,
pub_date: '2022-10-21T13:06:27Z',
platforms: {
exe: {
name: 'chikupos-Setup-1.0.0.exe',
api_url: 'https://api.github.com/repos/rizwan92/chikupos-software-update/releases/assets/81806373',
url: 'https://github.com/rizwan92/chikupos-software-update/releases/download/1.0.0/chikupos-Setup-1.0.0.exe',
content_type: 'application/octet-stream',
size: 103
}
},
files: {
RELEASES: 'F2CCE1CA5E1E6060FBC2312E9A33DDC3598C034B https://api.github.com/repos/rizwan92/chikupos-software-update/releases/assets/81806374 101743115'
}
}
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 .nupkg
filename, including the version, rather than a more generic link.
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