6 lines
144 B
AppleScript
6 lines
144 B
AppleScript
|
tell application "System Events"
|
||
|
if ("Firefly Helper" is in (name of every process)) then
|
||
|
quit application "Firefly Helper"
|
||
|
end if
|
||
|
end tell
|