- updated links to map editor and g3d viewer

This commit is contained in:
Mark Vejvoda 2010-06-26 18:19:57 +00:00
parent 49737bface
commit 928028d3db
1 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@ Setup.Package
vendor = "glest.org", vendor = "glest.org",
id = "megaglest", id = "megaglest",
description = _("Mega Glest"), description = _("Mega Glest"),
version = "3.3.4", version = "3.3.5",
splash = "glestforumsheader.bmp", splash = "glestforumsheader.bmp",
superuser = false, superuser = false,
write_manifest = true, write_manifest = true,
@ -58,7 +58,8 @@ Setup.Package
icon = "megaglest.ico", icon = "megaglest.ico",
commandline = "%0/glest", commandline = "%0/glest",
category = "Game" category = "Game"
} },
Setup.DesktopMenuItem Setup.DesktopMenuItem
{ {
disabled = false, disabled = false,
@ -67,9 +68,10 @@ Setup.Package
tooltip = _("A real time strategy game."), tooltip = _("A real time strategy game."),
builtin_icon = false, builtin_icon = false,
icon = "editor.ico", icon = "editor.ico",
commandline = "%0/editor", commandline = "%0/glest_editor",
category = "Game" category = "Game"
} },
Setup.DesktopMenuItem Setup.DesktopMenuItem
{ {
disabled = false, disabled = false,
@ -78,7 +80,7 @@ Setup.Package
tooltip = _("A real time strategy game."), tooltip = _("A real time strategy game."),
builtin_icon = false, builtin_icon = false,
icon = "g3dviewer.ico", icon = "g3dviewer.ico",
commandline = "%0/g3dviewer", commandline = "%0/glest_g3dviewer",
category = "Game" category = "Game"
} }