Update fusion360-base.sh

This commit is contained in:
Steve Zabka
2021-10-20 16:57:17 +02:00
committed by GitHub
parent cc39336335
commit 5a7409b009

View File

@@ -894,6 +894,8 @@ function abort-installation {
function program-exit {
zenity --info \
--width=400 \
--height=100 \
--text="$text_completed_installation"
exit;
@@ -1064,6 +1066,8 @@ function deinstall-select-fusion360 {
function program-exit-uninstall {
zenity --info \
--width=400 \
--height=100 \
--text="$text_completed_deinstallation"
exit;