Skip to content

Commit

Permalink
Remove WINEBOOT_HIDE_DIALOG
Browse files Browse the repository at this point in the history
Not required for CXWine
  • Loading branch information
IsaacMarovitz committed Oct 6, 2023
1 parent b239d19 commit a77b830
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Whisky/Utils/Wine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ class Wine {
static func constructEnvironment(bottle: Bottle, programEnv: [String: String]?) -> [String: String] {
var env: [String: String]
env = ["WINEPREFIX": bottle.url.path,
"WINEDEBUG": "fixme-all",
"WINEBOOT_HIDE_DIALOG": "1"]
"WINEDEBUG": "fixme-all"]

bottle.settings
.environmentVariables(wineEnv: &env)
Expand Down

0 comments on commit a77b830

Please sign in to comment.