summaryrefslogtreecommitdiff
path: root/doc/devblog/day_64__overkill/comment_1_e1db7678aae37af281d31ae211677786._comment
blob: b04af39ffbb6349cbd2da7d85700a9808128c418 (plain)
1
2
3
4
5
6
7
8
9
10
[[!comment format=mdwn
 username="abg"
 ip="184.75.210.234"
 subject="Upgrade installation in OSX"
 date="2013-11-24T00:28:03Z"
 content="""
Hey,

You don't have to implement any whacky DMG replacement logic for OSX upgrades. No sane user will be using the application from the DMG. They will drag the .app directory to /Applications or some non-standard location and unmount the DMG.  So your upgrade logic for OSX should end up looking very similar to the upgrade logic for Linux.
"""]]