Squirrel.Windows icon indicating copy to clipboard operation
Squirrel.Windows copied to clipboard

Updating via incremental not working

Open BlagoCuljak opened this issue 3 years ago • 3 comments

Our app just doesn't want to do an incremental update. We build the app entire week and make build for production on Monday.

However, our updating the app uses only full nupkg, not the small update nupkg.

Is it a issue that the version jumps more than one number? Here are the RELEASES:

8B3B649704D6530ADA354FE8FCFA2E7D2 MyAPP-1.1.9627-delta.nupkg 1402520
KLK9CA610BD3AE0743CB7E8B97FB9450B MyAPP-1.1.9627-full.nupkg 96907884
HHC6604006E1ACAA31DF1454BD265EF6E MyAPP-1.1.9653-delta.nupkg 2150036
8D93FD14A152C7D95E96EF3603A214B21 MyAPP-1.1.9653-full.nupkg 96921305

BlagoCuljak avatar Mar 15 '21 09:03 BlagoCuljak

Well, for what ever reason, when it comes to update, both delta and full nupkg are downloaded.. packages

BlagoCuljak avatar Mar 23 '21 09:03 BlagoCuljak

This is how delta updates work, the delta + previous package are used to recreate the full package, then we proceed as if we're doing the full install

anaisbetts avatar Mar 23 '21 19:03 anaisbetts

Sure, but this is new version delta and new version full...

BlagoCuljak avatar Mar 23 '21 19:03 BlagoCuljak