pofix: Add download path string fixes for the 1.12.1 release
This commit is contained in:
parent
089e18b6be
commit
b305bd2be4
1 changed files with 7 additions and 0 deletions
|
@ -126,6 +126,13 @@ game_stringfixes = {
|
|||
}
|
||||
|
||||
website_stringfixes = {
|
||||
|
||||
"1.12-announcement" : (
|
||||
("wesnoth-1.12/wesnoth-1.12.tar.bz2", "wesnoth-1.12.1/wesnoth-1.12.1.tar.bz2"),
|
||||
("wesnoth-1.12/wesnoth-1.12-win32.exe", "wesnoth-1.12.1/wesnoth-1.12.1-win32.exe"),
|
||||
("wesnoth-1.12/Wesnoth_1.12.dmg", "wesnoth-1.12.1/Wesnoth_1.12.1.dmg"),
|
||||
),
|
||||
|
||||
}
|
||||
|
||||
# Whether -w was passed in the command line. Selects website_stringfixes
|
||||
|
|
Loading…
Add table
Reference in a new issue