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

Binary file not shown.

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

View File

@ -105,8 +105,11 @@ fi
mv FireflyPrefs/build/Release/Firefly.prefPane "$STAGING_DIR"
osacompile -o "Uninstall Firefly.app" "Uninstall Firefly.applescript"
osacompile -o "Quit Firefly.app" "Quit Firefly.applescript"
mv "Uninstall Firefly.app" "$STAGING_DIR"
mv "Quit Firefly.app" "$STAGING_DIR"
cp -r "Install/Read Me First!.rtfd" "$STAGING_DIR"
/Developer/Tools/SetFile -a E "$STAGING_DIR/Read Me First!.rtfd"
/Developer/Tools/SetFile -a C "$STAGING_DIR"