feat: now the .rar file gets decompressed into the final directory of the game

This commit is contained in:
lilezek 2024-05-06 11:25:13 +02:00
parent 0398164906
commit a748135365
2 changed files with 20 additions and 2 deletions

View file

@ -5,6 +5,7 @@ export enum GameStatus {
CheckingFiles = "checking_files",
DownloadingMetadata = "downloading_metadata",
Cancelled = "cancelled",
Decompressing = "decompressing",
Finished = "finished",
}