summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroy <tom_adams@web.de>2018-11-12 21:26:47 +0100
committerGitHub <noreply@github.com>2018-11-12 21:26:47 +0100
commit0bd7f4ec5ac7ff151ada1b0e40a5a5a21c50c250 (patch)
treef5b51e582e6deefc0da182a759ccf3ecdd13fbd9
parenta2b55e822f5b4105dc7fd78bcfe09105ab371d5c (diff)
Changed 0.6 bundle identifier for mac apps #1608
-rw-r--r--other/bundle/client/Info.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bundle/client/Info.plist.in b/other/bundle/client/Info.plist.in
index 3346bf5e6..564425093 100644
--- a/other/bundle/client/Info.plist.in
+++ b/other/bundle/client/Info.plist.in
@@ -17,7 +17,7 @@
<key>CFBundleVersion</key>
<string>${PROJECT_VERSION}</string>
<key>CFBundleIdentifier</key>
- <string>org.DDNetClient.app</string>
+ <string>com.TeeworldsClient.app</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>