diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-09 13:42:37 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-09 13:42:37 -0700 |
commit | 58db3e363add864e4a146b3a9024308d4f5e1458 (patch) | |
tree | bb9c2615f758815ac1c55d95faf50a2c614d0c74 /subsurface-install.pri | |
parent | fbb3d80d9bd09b1d6dfa3a40d8c3684d996d4ef0 (diff) | |
download | subsurface-58db3e363add864e4a146b3a9024308d4f5e1458.tar.gz |
Correct Mac bundle path
Should be /Applications (plural)
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r-- | subsurface-install.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri index 3a625973a..387478197 100644 --- a/subsurface-install.pri +++ b/subsurface-install.pri @@ -7,10 +7,10 @@ nltab = $$escape_expand(\\n\\t) mac { # OS X bundling rules # "make mac-deploy" deploys the external libs (Qt, libdivecomputer, libusb, etc.) into the bundle - # "make install" installs the bundle to /Application + # "make install" installs the bundle to /Applications # "make mac-create-dmg" creates Subsurface.dmg - mac_bundle.path = /Application + mac_bundle.path = /Applications mac_bundle.files = Subsurface.app mac_bundle.CONFIG += no_check_exist directory INSTALLS += mac_bundle |