Skip to content

Commit

Permalink
pofix: Add download path string fixes for the 1.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Jan 26, 2015
1 parent 089e18b commit b305bd2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/pofix.py
Expand Up @@ -126,6 +126,13 @@
}

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
Expand Down

0 comments on commit b305bd2

Please sign in to comment.