mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: now the .rar file gets decompressed into the final directory of the game
This commit is contained in:
parent
0398164906
commit
a748135365
2 changed files with 20 additions and 2 deletions
|
@ -5,6 +5,7 @@ export enum GameStatus {
|
|||
CheckingFiles = "checking_files",
|
||||
DownloadingMetadata = "downloading_metadata",
|
||||
Cancelled = "cancelled",
|
||||
Decompressing = "decompressing",
|
||||
Finished = "finished",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue