- 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", vendor = "glest.org",
id = "megaglest", id = "megaglest",
description = _("Mega Glest"), description = _("Mega Glest v3.3.6"),
version = "3.3.5", version = "3.3.6",
splash = "glestforumsheader.bmp", splash = "glestforumsheader.bmp",
superuser = false, superuser = false,
write_manifest = true, write_manifest = true,
@@ -20,7 +20,7 @@ Setup.Package
}, },
postinstall = function(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, end,
Setup.Eula Setup.Eula