From f96db997f3f391998e72fdc76d0adc8d44a5f733 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Sun, 29 May 2022 10:36:59 +0200 Subject: [PATCH] Update install.sh --- files/builds/development-branch/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/builds/development-branch/install.sh b/files/builds/development-branch/install.sh index 51f2284..a745a5c 100644 --- a/files/builds/development-branch/install.sh +++ b/files/builds/development-branch/install.sh @@ -105,12 +105,12 @@ function SP_LOGFILE_WINEPREFIX_CHECK { ############################################################################################################################################################### -# Create a WP-TYPE for the Wineprefix-Directory and .desktop-files: +# Create a WP-TYPE for the .desktop-files: function SP_GET_WINEPREFIX_TYPE { if [[ $WP_DIRECTORY = "$SP_PATH/wineprefixes/default" ]]; then WP_TYPE="default" else - # Create the directory (custom1, custom2, ...) + # Create the directory (custom, custom-1, custom-2, ...) SP_ADD_CUSTOM_WINEPREFIX_TYPE fi }