You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Windows, you'll need to build a .exe file and include it in your GitHub Release.
But this doesn't seem to be sufficient. When I try this I can see in the Squirrel-CheckForUpdate.log that it's trying to download the RELEASES file. It seems that I need to be uploading the -full.nupkg and RELEASES file to every GitHub release.
The text was updated successfully, but these errors were encountered:
You need to include the RELEASES file and any file it references - Squirrel.Windows is really simple:
Read RELEASES file
Compare versions
Download the files listed in RELEASES file to move from $CURRENT_VERSION => $NEW_VERSION, either all of the deltas between $OLD and $NEW (hopefully just one), or the latest full release
The documentation mentions
But this doesn't seem to be sufficient. When I try this I can see in the
Squirrel-CheckForUpdate.log
that it's trying to download theRELEASES
file. It seems that I need to be uploading the-full.nupkg
andRELEASES
file to every GitHub release.The text was updated successfully, but these errors were encountered: