From 267c635080d01e37bb1f2d06e6d4ba0ce1898d50 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 22 Sep 2021 17:28:19 +0100 Subject: [PATCH] Updated success indication --- 00 Import all to library.applescript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00 Import all to library.applescript b/00 Import all to library.applescript index eeb82a4..5a4bc01 100644 --- a/00 Import all to library.applescript +++ b/00 Import all to library.applescript @@ -114,7 +114,7 @@ if theMethod is "Github" then end tell end if -log "Installation complete - all scripts have been compiled into the \"Script Libraries\" folder" +display notification "Installation complete - all scripts have been compiled into the \"Script Libraries\" folder" -- FUNCTIONS ------------------------------