Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

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 committed Sep 21, 2023
1 parent 3192455 commit 19aadc1
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 19aadc1

Please sign in to comment.