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!