Changeset - r1061:697843db2310
[Not reviewed]
master
0 1 0
bjarni - 19 years ago 2005-01-18 23:48:55
bjarni@openttd.org
(svn r1562) Changed copyright 2004 into copyright 2004-(current year) in the get info window in finder (macOSX)
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
os/macos/plistgen.sh
Show inline comments
 
@@ -7,6 +7,7 @@ VERSION="$3"
 
else
 
VERSION="$2"
 
fi
 
date=`date +%Y`
 

	
 
# Generates Info.plist while applying $VERSION
 

	
 
@@ -22,7 +23,7 @@ echo "<?xml version=\"1.0\" encoding=\"U
 
        <key>CFBundleExecutable</key>
 
        <string>openttd</string>
 
        <key>CFBundleGetInfoString</key>
 
        <string>$VERSION, Copyright 2004 The Open Transport Tycoon team</string>
 
        <string>$VERSION, Copyright 2004-$date The Open Transport Tycoon team</string>
 
        <key>CFBundleIconFile</key>
 
        <string>openttd.icns</string>
 
        <key>CFBundleIdentifier</key>
 
@@ -38,7 +39,7 @@ echo "<?xml version=\"1.0\" encoding=\"U
 
        <key>CFBundleVersion</key>
 
        <string>$VERSION</string>
 
        <key>NSHumanReadableCopyright</key>
 
        <string>Copyright 2004 The Open Transport Tycoon team</string>
 
        <string>Copyright 2004-$date The Open Transport Tycoon team</string>
 
        <key>NSPrincipalClass</key>
 
        <string>NSApplication</string>
 
</dict>
0 comments (0 inline, 0 general)