Skip to content

Commit

Permalink
chore: patch on windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Nov 7, 2024
1 parent 44932b7 commit 5ab6b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/storeManagers/hyperplay/games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ async function applyPatching(
): Promise<InstallResult> {
const patcherisEnabled = getFlag('enable-patcher', false)

if (!patcherisEnabled) {
if (!patcherisEnabled || !isWindows) {
return { status: 'error' }
}

Expand Down

0 comments on commit 5ab6b30

Please sign in to comment.