I have added a notification to one of my scripts and when I export as an app, I get a compile error
At the top of the script I have also added this but get the same result.
Anyone come across this before
At the top of the script I have also added this but get the same result.
Anyone come across this before
AppleScript:
use AppleScript version "2.4" -- Yosemite (10.10) or later
use scripting additions
AppleScript:
display notification "Files Updated Successfully" with title "File Updater"
Last edited: