owntone-server/osx/Quit Firefly.applescript

6 lines
144 B
AppleScript
Raw Normal View History

tell application "System Events"
if ("Firefly Helper" is in (name of every process)) then
quit application "Firefly Helper"
end if
end tell