Skip to content

Commit

Permalink
Stop automatically installing dxvk
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty committed Dec 30, 2024
1 parent a4f7937 commit d760c1d
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 d760c1d

Please sign in to comment.