diff --git a/files/builds/development-branch/uninstall.sh b/files/builds/development-branch/uninstall.sh index 8bc564e..40d20fb 100644 --- a/files/builds/development-branch/uninstall.sh +++ b/files/builds/development-branch/uninstall.sh @@ -18,20 +18,16 @@ ############################################################################################################################################################### # Get a file where the user can see the exits Wineprefixes of Autodesk Fusion 360 on the system. -function DL_WINEPREFIXES_GET_INFO { - mkdir -p "/tmp/fusion360/logs" - cp "$HOME/.fusion360/logs/wineprefixes.log" "/tmp/fusion360/logs" - # All Wineprefixes from the .wineprefixes.log are loaded here. (Array) - # So you'll have each line in ${var[1]}, ${var[2]} and so on. - mapfile -t -O 1 var