Skip to content

Commit

Permalink
feat(utils): add the UPDATE state for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 22, 2024
1 parent ce8afc2 commit f76a725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/utils/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ export enum DownloadState {
* The download is being unpacked.
*/
UNPACKING = "UNPACKING",
/**
* There is an update.
*/
UPDATE = "UPDATE",
}

/**
Expand Down

0 comments on commit f76a725

Please sign in to comment.