Skip to content

Which files are required to create a delta update? #1754

Answered by anaisbetts
AArnott asked this question in Q&A
Discussion options

You must be logged in to vote

The SyncReleases tool does exactly what you need, it's designed to be run in CI and will do this all for you. It's only the latest full release (we don't build like roll-up deltas for 2-3 releases back)

The command you want to run right before you run Squirrel --releasify is:

./tools/squirrel.windows.2.0.1/tools/SyncReleases.exe -r ./path/to/future/releases/dir -u https://my-update-server.com

Also, remember that any place you can put an HTTPS URL in Squirrel you can test by putting a regular file path or a UNC path for internal distribution too

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AArnott
Comment options

Answer selected by anaisbetts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants