From cf15fbbe9d4c443f379b4f2c104dc8fb7e10c5ce Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Mon, 23 May 2022 10:29:03 +0200 Subject: [PATCH] Update uninstall.sh --- files/builds/development-branch/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/builds/development-branch/uninstall.sh b/files/builds/development-branch/uninstall.sh index 558de60..5c67908 100644 --- a/files/builds/development-branch/uninstall.sh +++ b/files/builds/development-branch/uninstall.sh @@ -20,7 +20,7 @@ # Get a file where the user can see the exits Wineprefixes of Autodesk Fusion 360 on the system. function DL_WINEPREFIXES_LIST { - DL_WINEPREFIXES=$(yad --height=300 --list --checklist --column=SELECT --column=WINEPREFIXES < /tmp/fusion360/logs/wineprefixes.log) + DL_WINEPREFIXES=$(yad --height=300 --list --radiolist --column=SELECT --column=WINEPREFIXES < /tmp/fusion360/logs/wineprefixes.log) DL_WINEPREFIXES_VAR_1=`grep -n "$DL_WINEPREFIXES" /tmp/fusion360/logs/wineprefixes.log | grep -Eo '^[^:]+'` DL_WINEPREFIXES_VAR_2=1 DL_WINEPREFIXES_VAR_SUM=`echo $(( var1 - var2 ))`