diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/osx/Info-gnustep.plist.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pkg/osx/Info-gnustep.plist.in b/pkg/osx/Info-gnustep.plist.in index e7436df2..da6675ba 100644 --- a/pkg/osx/Info-gnustep.plist.in +++ b/pkg/osx/Info-gnustep.plist.in @@ -1,10 +1,14 @@ { ApplicationName = "@PACKAGE_NAME@"; - ApplicationDescription = "Doom source port"; + ApplicationDescription = "@PACKAGE_SHORTDESC@"; ApplicationIcon = app.png; ApplicationRelease = @PACKAGE_VERSION@; - Copyright = "Copyright (C) 2009-2010"; - CopyrightDescription = "GNU General Public License, version 2"; + ApplicationURL = "@PACKAGE_URL@"; + Authors = ( + "@PACKAGE_MAINTAINER@ <@PACKAGE_BUGREPORT@>" + ); + Copyright = "@PACKAGE_COPYRIGHT@"; + CopyrightDescription = "@PACKAGE_LICENSE@"; FullVersionID = @PACKAGE_VERSION@; GSMainMarkupFile = ""; NSExecutable = "launcher"; |