summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/Info.plist.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-19 15:10:15 +0200
committerRobin Gareus <robin@gareus.org>2015-09-19 19:00:42 +0200
commitf3b47dc939b6643c04adb19dde56b382cc2d3f0f (patch)
treef3599378e7d80fd4cce49b34d228d8f0cdcdbed7 /tools/osx_packaging/Info.plist.in
parent2e9e8d3b335ce134f2812e4fa2e617b7ea0a6c9f (diff)
unhardcode OSX bundle-name
Diffstat (limited to 'tools/osx_packaging/Info.plist.in')
-rw-r--r--tools/osx_packaging/Info.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx_packaging/Info.plist.in b/tools/osx_packaging/Info.plist.in
index 3fffd4d7ac..f18888357e 100644
--- a/tools/osx_packaging/Info.plist.in
+++ b/tools/osx_packaging/Info.plist.in
@@ -33,7 +33,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>Ardour3</string>
+ <string>@BUNDLENAME@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersions</key>