diff options
author | truelight <truelight@openttd.org> | 2005-04-24 12:47:09 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-04-24 12:47:09 +0000 |
commit | 176c155193f11788e473cb09ad5cc56313949fc4 (patch) | |
tree | e68cde56c0f1d99803bf541e815aa7648046065b /os/macosx | |
parent | 566df8dc655995fba246fc4373bb8fc5e7ddd6bb (diff) | |
download | openttd-176c155193f11788e473cb09ad5cc56313949fc4.tar.xz |
(svn r2224) -Fix: capital-correctness for OSX-dir-names
Diffstat (limited to 'os/macosx')
-rwxr-xr-x | os/macosx/plistgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/macosx/plistgen.sh b/os/macosx/plistgen.sh index 0968f8dc7..237901eb8 100755 --- a/os/macosx/plistgen.sh +++ b/os/macosx/plistgen.sh @@ -43,4 +43,4 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <key>NSPrincipalClass</key> <string>NSApplication</string> </dict> -</plist>" > "$1"/contents/Info.plist +</plist>" > "$1"/Contents/Info.plist |