Fix mistake where setting renderer would use winecfg rather than winetricks
This commit is contained in:
parent
3faa417162
commit
1d13354396
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ wine $install_path/RobloxStudioInstaller.exe
|
||||||
|
|
||||||
log_info "Installation complete.. configuring renderer"
|
log_info "Installation complete.. configuring renderer"
|
||||||
|
|
||||||
winecfg renderer=vulkan
|
winetricks renderer=vulkan
|
||||||
|
|
||||||
log_info "Renderer set!"
|
log_info "Renderer set!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue