is the version text copying to the correct location? #228
-
|
or is the launcher.sh looking in the wrong location? From the script as it downloads. wget -N -P $HOME/.config/fusion-360/bin https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/build-version.txt then it looks for the version file in a different location with a different file name.....right? system_build_version=`cat $HOME/.wineprefixes/fusion360/drive_c/users/$USER/AppData/Roaming/Autodesk/Autodesk\ Fusion\ 360/API/version.txt Either way, the file in the second location does not exist. I saw a discussion where it was said to create the file but I don't follow the syntax. I am missing the location Autodesk\ Fusion\ which is easy enough to create, but then exactly how is the file supposed to be formatted and created? 360/API/version.txt Or should that be a full location and a file name such as: Autodesk\ Fusion360\API\Version.txt I have run through this several times and it seems to me (as mostly a noob) that it is looking for the same file by 2 different names in 2 different locations |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I have solved this problem with my updated setup wizard. 👍 |
Beta Was this translation helpful? Give feedback.
I have solved this problem with my updated setup wizard. 👍