mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
Correct Mac bundle path
Should be /Applications (plural) Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fbb3d80d9b
commit
58db3e363a
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ nltab = $$escape_expand(\\n\\t)
|
||||||
mac {
|
mac {
|
||||||
# OS X bundling rules
|
# OS X bundling rules
|
||||||
# "make mac-deploy" deploys the external libs (Qt, libdivecomputer, libusb, etc.) into the bundle
|
# "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
|
# "make mac-create-dmg" creates Subsurface.dmg
|
||||||
|
|
||||||
mac_bundle.path = /Application
|
mac_bundle.path = /Applications
|
||||||
mac_bundle.files = Subsurface.app
|
mac_bundle.files = Subsurface.app
|
||||||
mac_bundle.CONFIG += no_check_exist directory
|
mac_bundle.CONFIG += no_check_exist directory
|
||||||
INSTALLS += mac_bundle
|
INSTALLS += mac_bundle
|
||||||
|
|
Loading…
Reference in a new issue