Skip to content

Commit

Permalink
feat: do not block startup with app updates (#14)
Browse files Browse the repository at this point in the history
* feat: Support async updates from the updater library.

This is the engine side of:
shorebirdtech/updater#11

I also removed passing vmpath (unused) and adjusted names
to be more consistent.

* Add DEPS change
  • Loading branch information
eseidel authored and felangel committed Aug 24, 2023
1 parent f3e1303 commit b9653b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vars = {
'skia_revision': 'd58324bf653df78837bcf46685ca6141d86540ba',

'updater_git': 'https://github.com/shorebirdtech/updater.git',
'updater_rev': '4ab78869b8e75f10450d6156c92d9ab7dc401516',
'updater_rev': '226df7d08dd7899e5cad6b597f2405708e8560d4',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down

0 comments on commit b9653b1

Please sign in to comment.