Skip to content

Commit

Permalink
wine: use ulwgl-run
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Feb 11, 2024
1 parent 71d69b1 commit 39e1cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wine/wine.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func Wine64(root string) (string, error) {
if strings.Contains(strings.ToLower(root), "ulwgl") {
slog.Info("Detected ULWGL Wineroot!")

wineLook = filepath.Join(root, "gamelauncher.sh")
wineLook = filepath.Join(root, "ulwgl-run")
os.Setenv("STORE", "none")
} else {
wineLook = filepath.Join(root, "bin", wineLook)
Expand Down

0 comments on commit 39e1cad

Please sign in to comment.