mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
bug 600098: update access and modification time on top-level application bundle on Mac OS X after successful update. r=bhearsum, a=blocking-beta-7
This commit is contained in:
parent
ae7f778e4a
commit
ffe54290b0
@ -44,6 +44,12 @@ if test $? -ne 0 ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# On Mac, force a top-level file so that OS X reloads the Info.plist
|
||||
# and launches the right architecture for the OS version, bug 600098
|
||||
if [[ -d Contents ]]; then
|
||||
touch force_plist_reload
|
||||
fi
|
||||
|
||||
list_files files
|
||||
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user