open-duelyst / duelyst

Duelyst is a digital collectible card game and turn-based strategy hybrid, developed by Counterplay Games.
Creative Commons Zero v1.0 Universal
3.62k stars 556 forks source link

[P0] In-client automated updates #236

Open willroberts opened 1 year ago

willroberts commented 1 year ago

Summary

When the client starts, we could:

  1. Determine if the version is out of date.
  2. Prompt the user to upgrade if it is.
  3. Selectively retrieve new resources from the CDN, e.g. only duelyst.js if that's what's changed.
  4. Put them into the right place, e.g. Duelyst.app/Contents/Resources/app/dist/src on Mac.

Or some variation of this. Steps 3 and 4 may be tricky.