diff options
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 |