From 5cf2c59172950a2dace1cd57bbe8d369763119f6 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Tue, 9 Nov 2021 11:56:16 +0100 Subject: [PATCH] Update fusion360-setup-wizard.sh --- files/scripts/development-branch/fusion360-setup-wizard.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/scripts/development-branch/fusion360-setup-wizard.sh b/files/scripts/development-branch/fusion360-setup-wizard.sh index 861808a..120db24 100644 --- a/files/scripts/development-branch/fusion360-setup-wizard.sh +++ b/files/scripts/development-branch/fusion360-setup-wizard.sh @@ -74,6 +74,12 @@ if [ $logfile_install -eq 1 ]; then fi } +function logfile-installation-flatpak-standard { +if [ $logfile_install -eq 1 ]; then + echo "$HOME/.local/share/flatpak-wine619/default" >> $HOME/.local/share/fusion360/logfiles/log-path +fi +} + ############################################################################################################################################################### # Create the structure for the installation of Autodesk Fusion 360!