diff options
author | abg <abg@web> | 2013-11-24 00:28:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-24 00:28:08 +0000 |
commit | 0e13aa8315407ea9c18650044486f6a0cc148bea (patch) | |
tree | 601250897d61b34157e29c955a97dd7d36e37eda /doc/devblog/day_64__overkill | |
parent | 8276e0725fab976f5a73fee18c5e51fdae7f6d07 (diff) |
Added a comment: Upgrade installation in OSX
Diffstat (limited to 'doc/devblog/day_64__overkill')
-rw-r--r-- | doc/devblog/day_64__overkill/comment_1_e1db7678aae37af281d31ae211677786._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_64__overkill/comment_1_e1db7678aae37af281d31ae211677786._comment b/doc/devblog/day_64__overkill/comment_1_e1db7678aae37af281d31ae211677786._comment new file mode 100644 index 000000000..b04af39ff --- /dev/null +++ b/doc/devblog/day_64__overkill/comment_1_e1db7678aae37af281d31ae211677786._comment @@ -0,0 +1,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. +"""]] |