Skip to content

Commit

Permalink
Stop automatically downloading dxvk (#4221)
Browse files Browse the repository at this point in the history
Stop automatically installing dxvk
  • Loading branch information
Etaash-mathamsetty authored Dec 31, 2024
1 parent a4f7937 commit b534c07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ async function initializeWindow(): Promise<BrowserWindow> {
setTimeout(async () => {
// Will download Wine if none was found
const availableWine = await GlobalConfig.get().getAlternativeWine()
DXVK.getLatest()
Winetricks.download()
if (!availableWine.length) {
downloadDefaultWine()
Expand Down

0 comments on commit b534c07

Please sign in to comment.