Skip to content

Commit

Permalink
[FIX] Increase winetricks timeout (Heroic-Games-Launcher#3122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty authored and stifflerstiff0 committed Oct 14, 2023
1 parent 453275b commit 616d49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ export const Winetricks = {
event.sender.send('progressOfWinetricks', executeMessages)
progressUpdated = false
}
}, 1000)
}, 10000)

// check if winetricks dependencies are installed
const dependencies = ['7z', 'cabextract', 'zenity', 'unzip', 'curl']
Expand Down

0 comments on commit 616d49f

Please sign in to comment.