mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 00:03:28 +00:00
update the port list for the upcoming 1.6 release
This commit is contained in:
parent
c298719c4e
commit
39596af46b
@ -10,7 +10,7 @@ import wesnoth.wmlparser as wmlparser
|
||||
dumpi = 0
|
||||
class CampaignClient:
|
||||
# First port listed will be used as default.
|
||||
portmap = (("15003", "1.5.x"), ("15004", "1.2.x"), ("15005", "1.4.x"))
|
||||
portmap = (("15003", "1.6.x"), ("15004", "1.2.x"), ("15005", "1.4.x"))
|
||||
# Files with these suffixes will not be downloaded
|
||||
excluded = ("~", "-bak", ".pbl", ".exe", ".com", ".bat", ".scr", ".sh")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user