From 840951b0ab456c9f990905f545e0f220bbbfaeb4 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Sat, 30 Apr 2022 12:24:31 +0200 Subject: [PATCH] Update install.sh --- files/builds/development-branch/install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/files/builds/development-branch/install.sh b/files/builds/development-branch/install.sh index 2700730..7dd75c6 100644 --- a/files/builds/development-branch/install.sh +++ b/files/builds/development-branch/install.sh @@ -648,7 +648,7 @@ SP_WINE_SETTINGS function SP_WINE_SETTINGS { WINE_VERSION=$(yad --title="" \ ---form --separator="" \ +--form --separator="" --item-separator="," \ --borders=15 \ --width=550 \ --buttons-layout=center \ @@ -656,12 +656,11 @@ WINE_VERSION=$(yad --title="" \ --field="$SP_WINE_SETTINGS_TITLE:LBL" \ --field=":LBL" \ --field="$SP_WINE_SETTINGS_LABEL_1:LBL" \ ---field="$SP_WINE_SETTINGS_LABEL_2:CDIR" \ +--field="$SP_WINE_SETTINGS_LABEL_2:CB" \ --field="$SP_WINE_SETTINGS_LABEL_3:LBL" \ -"" "" "" "$SP_WINE_VERSION_SELECT" "" -echo "`echo $line | awk -F',' '{print $4}'`" > /tmp/settings.txt) +"" "" "" "$SP_WINE_VERSION_SELECT" "" ) -if [[ $WINE_VERSION = "$WINE_VERSION_0" ]]; then +if [[ $WINE_VERSION = "Wine Version (Staging)" ]]; then echo "Install Wine on your system!" SP_OS_SETTINGS else