pofix: Add download path string fixes for the 1.12.2 release
This commit is contained in:
parent
542b3a2904
commit
3ce8f05219
1 changed files with 3 additions and 3 deletions
|
@ -126,9 +126,9 @@ 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"),
|
||||
("wesnoth-1.12.1/wesnoth-1.12.1.tar.bz2", "wesnoth-1.12.2/wesnoth-1.12.2.tar.bz2"),
|
||||
("wesnoth-1.12.1/wesnoth-1.12.1-win32.exe", "wesnoth-1.12.2/wesnoth-1.12.2-win32.exe"),
|
||||
("wesnoth-1.12.1/Wesnoth_1.12.1.dmg", "wesnoth-1.12.2/Wesnoth_1.12.2.dmg"),
|
||||
),
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue