mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-10 23:35:44 +01:00
Update fusion360-setup-wizard.sh
This commit is contained in:
@@ -1140,9 +1140,9 @@ function new_modify-select-opengl_dxvk {
|
|||||||
TRUE "$text_driver_opengl" \
|
TRUE "$text_driver_opengl" \
|
||||||
FALSE "$text_driver_dxvk")
|
FALSE "$text_driver_dxvk")
|
||||||
|
|
||||||
[[ $response = "$text_driver_opengl" ]] && driver_used=1 && select-your-path-fusion360 && . data/resources/wine/wine-custom.sh
|
[[ $response = "$text_driver_opengl" ]] && driver_used=1 && select-your-path-fusion360 && winetricks-custom
|
||||||
|
|
||||||
[[ $response = "$text_driver_dxvk" ]] && driver_used=2 && select-your-path-fusion360 && . data/resources/wine/wine-custom.sh
|
[[ $response = "$text_driver_dxvk" ]] && driver_used=2 && select-your-path-fusion360 && . winetricks-custom
|
||||||
|
|
||||||
[[ "$response" ]] || echo "Go back" && new_modify_deinstall
|
[[ "$response" ]] || echo "Go back" && new_modify_deinstall
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user