mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
- updated installer script with proper version # and web link
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user