- updated installer script with proper version # and web link

This commit is contained in:
Mark Vejvoda 2010-08-12 05:02:32 +00:00
parent ee28ef90fb
commit 8b03a9d262

View File

@ -6,8 +6,8 @@ Setup.Package
{
vendor = "glest.org",
id = "megaglest",
description = _("Mega Glest"),
version = "3.3.5",
description = _("Mega Glest v3.3.6"),
version = "3.3.6",
splash = "glestforumsheader.bmp",
superuser = false,
write_manifest = true,
@ -20,7 +20,7 @@ Setup.Package
},
postinstall = function(package)
MojoSetup.launchbrowser(MojoSetup.destination .. "http://www.glest.org/glest_board/index.php?topic=4930.0")
MojoSetup.launchbrowser("http://www.glest.org/glest_board/index.php?topic=4930.0")
end,
Setup.Eula