Skip to content

Commit

Permalink
cmd/vinegar: check only if dxvk_version is matching for dxvk install
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Oct 13, 2023
1 parent 1d05eb1 commit 681593a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vinegar/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (b *Binary) SetupDxvk() error {
b.Splash.Progress(0.0)
dxvk.Setenv()

if installed || b.GlobalConfig.DxvkVersion == ver {
if b.GlobalConfig.DxvkVersion == ver {
return nil
}

Expand Down

0 comments on commit 681593a

Please sign in to comment.