diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/macos/plistgen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/macos/plistgen.sh b/os/macos/plistgen.sh index 5ddb3a4e6..7df09affd 100644 --- a/os/macos/plistgen.sh +++ b/os/macos/plistgen.sh @@ -20,11 +20,11 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <key>CFBundleDisplayName</key> <string>Open Transport Tycoon</string> <key>CFBundleExecutable</key> - <string>ttd</string> + <string>openttd</string> <key>CFBundleGetInfoString</key> <string>$VERSION, Copyright 2004 The Open Transport Tycoon team</string> <key>CFBundleIconFile</key> - <string>ttd.icns</string> + <string>openttd.icns</string> <key>CFBundleIdentifier</key> <string>org.ludde-ottd.ludde-ottd</string> <key>CFBundleInfoDictionaryVersion</key> |