Add the quit script, and fix the dist-builder to include it, and set new icon arrangement

This commit is contained in:
Ron Pedde
2006-08-20 21:10:12 +00:00
parent 4163e62934
commit c6e6390ebb
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
tell application "System Events"
if ("Firefly Helper" is in (name of every process)) then
quit application "Firefly Helper"
end if
end tell