diff --git a/files/scripts/stable-branch/bin/fusion360-setup-wizard.sh b/files/scripts/stable-branch/bin/fusion360-setup-wizard.sh index 8dd2a2a..85ac886 100644 --- a/files/scripts/stable-branch/bin/fusion360-setup-wizard.sh +++ b/files/scripts/stable-branch/bin/fusion360-setup-wizard.sh @@ -596,7 +596,15 @@ function configure-locale { [[ "$response" ]] || start-launcher } ---text-info \ +############################################################################################################################################################### + +# Load & View the LICENSE AGREEMENT of this Setup Wizard - cs-CZ + +function licenses-cs { + +license_de=`dirname $0`/data/locale/cs-CZ/license-cs + +zenity --text-info \ --title="$program_name" \ --width=700 \ --height=500 \