From 77c253febaecce72427fe472c855235c73af0dff Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Wed, 25 May 2022 08:11:08 +0200 Subject: [PATCH] Update install.sh --- files/builds/development-branch/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/builds/development-branch/install.sh b/files/builds/development-branch/install.sh index 93e33db..9b5fb26 100644 --- a/files/builds/development-branch/install.sh +++ b/files/builds/development-branch/install.sh @@ -7,7 +7,7 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2022 # -# Time/Date: 08:15/24.05.2022 # +# Time/Date: 08:10/25.05.2022 # # Version: 1.7.9 -> 1.8.0 # #################################################################################################### @@ -52,6 +52,7 @@ function SP_STRUCTURE { mkdir -p $SP_PATH/graphics mkdir -p $SP_PATH/downloads mkdir -p $SP_PATH/extensions + mkdir -p $SP_PATH/wineprefixes mkdir -p $SP_PATH/locale/cs-CZ mkdir -p $SP_PATH/locale/de-DE mkdir -p $SP_PATH/locale/en-US @@ -769,7 +770,7 @@ WP_PATH=$(yad --title="" \ --field="$SP_INSTALLDIR_LABEL_1:LBL" \ --field="$SP_INSTALLDIR_LABEL_2:CB" \ --field="$SP_INSTALLDIR_LABEL_3:LBL" \ -"" "" "" "$HOME/.wine/wineprefixes/fusion360" "" ) +"" "" "" "$SP_PATH/wineprefixes/fusion360" "" ) # Continue with the installation ... SP_INSTALLDIR_CHECK