Skip to content

Commit

Permalink
[Fix] Game Status type (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandMC authored Jan 31, 2024
1 parent 7f9a4fe commit 6f92049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@ async function installFixes(appName: string, runner: Runner) {
sendGameStatusUpdate({
appName,
runner: runner,
status: 'prerequisites'
status: 'redist',
context: 'FIXES'
})

for (const filePath of fixesContent.runInPrefix) {
Expand Down

0 comments on commit 6f92049

Please sign in to comment.