cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.91k stars 120 forks source link

Install script error *solved* #81

Closed apopticon closed 3 years ago

apopticon commented 3 years ago

Line 133 of the script - select-dxvk-or-opengl is misspelled and the script dies with not found error.

pulponair commented 3 years ago

@apopticon confirmed. but you can just correct it :)

apopticon commented 3 years ago

I did!

pulponair commented 3 years ago

funny that you run in exact the same issue 3 minutes before me :)

apopticon commented 3 years ago

Just lucky I guess...

apopticon commented 3 years ago

The script calls select_dxvk_or_opengl but the correct function name is select-dxvk-or-opengl

cryinkfly commented 3 years ago

@apopticon and @pulponair Thank you for your help. 😊

The problem was I have changed a lot of code so that the structure of this script is better for the future. 😅