Skip to content

Commit

Permalink
Fix WINEESYNC Setting (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuba authored Nov 3, 2023
1 parent 9aa19b1 commit 31ace8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhiskyKit/Sources/WhiskyKit/Whisky/BottleSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public struct BottleSettings: Codable {
case .none:
break
case .esync:
wineEnv.updateValue("1", forKey: "WINEMSYNC")
wineEnv.updateValue("1", forKey: "WINEESYNC")
case .msync:
wineEnv.updateValue("1", forKey: "WINEMSYNC")
}
Expand Down

0 comments on commit 31ace8e

Please sign in to comment.