Update fusion360-base.sh

This commit is contained in:
Steve Zabka
2021-10-20 16:11:12 +02:00
committed by GitHub
parent b1dba7bf44
commit c3fcdb1d8f

View File

@@ -998,9 +998,9 @@ function new_modify-select-opengl_dxvk {
TRUE "$text_driver_opengl" \
FALSE "$text_driver_dxvk")
[[ $response = "$text_driver_opengl" ]] && driver_used=1 && select-your-path-fusion360 && . data/resources/wine/wine.sh && winetricks-custom
[[ $response = "$text_driver_opengl" ]] && driver_used=1 && select-your-path-fusion360 && . data/resources/wine/wine-custom.sh
[[ $response = "$text_driver_dxvk" ]] && driver_used=2 && select-your-path-fusion360 && . data/resources/wine/wine.sh && winetricks-custom
[[ $response = "$text_driver_dxvk" ]] && driver_used=2 && select-your-path-fusion360 && . data/resources/wine/wine-custom.sh
[[ "$response" ]] || echo "Go back" && configure-locale
}