diff --git a/os/macos/plistgen.sh b/os/macos/plistgen.sh --- a/os/macos/plistgen.sh +++ b/os/macos/plistgen.sh @@ -7,6 +7,7 @@ VERSION="$3" else VERSION="$2" fi +date=`date +%Y` # Generates Info.plist while applying $VERSION @@ -22,7 +23,7 @@ echo "CFBundleExecutable openttd CFBundleGetInfoString - $VERSION, Copyright 2004 The Open Transport Tycoon team + $VERSION, Copyright 2004-$date The Open Transport Tycoon team CFBundleIconFile openttd.icns CFBundleIdentifier @@ -38,7 +39,7 @@ echo "CFBundleVersion $VERSION NSHumanReadableCopyright - Copyright 2004 The Open Transport Tycoon team + Copyright 2004-$date The Open Transport Tycoon team NSPrincipalClass NSApplication