diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-17 10:01:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-21 22:07:15 +0200 |
| commit | c5b32e265baa6957e55881945fd0ddf15cadeccc (patch) | |
| tree | 10d79f2f6835ec2474cfcca3ae6668905b8ec0ee /platform/osx/dcpomatic2.Info.plist.in | |
| parent | 5cd5d8d0ffd8330b17679cb31048e464e087bd1e (diff) | |
Support variants in the build scripts.
Diffstat (limited to 'platform/osx/dcpomatic2.Info.plist.in')
| -rw-r--r-- | platform/osx/dcpomatic2.Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/osx/dcpomatic2.Info.plist.in b/platform/osx/dcpomatic2.Info.plist.in index 00a7d99aa..a5550572b 100644 --- a/platform/osx/dcpomatic2.Info.plist.in +++ b/platform/osx/dcpomatic2.Info.plist.in @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>dcpomatic2</string> <key>CFBundleGetInfoString</key> - <string>DCP-o-matic 2</string> + <string>@NAME@</string> <key>CFBundleIconFile</key> <string>dcpomatic2.icns</string> <key>CFBundleIdentifier</key> @@ -15,7 +15,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>DCP-o-matic 2</string> + <string>@NAME@</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersions</key> |
