FrogCast / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Script exit with downloading DroidSans-Bold font faild and other Droid fonts missing #446

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.run winetricks allfonts

---- Description ------
winetricks download droid fonts from  master branch and the some of droid font 
files was deleted
to fix this replace the master branch with other branch have the required fonts 
like kitkat branch

----- Fix -----
look for this 
    DROID_URL='https://github.com/android/platform_frameworks_base/blob/master/data/fonts/'

and replace it with this
    DROID_URL='https://github.com/android/platform_frameworks_base/blob/kitkat-mr2.2-release/data/fonts/'

Original issue reported on code.google.com by Ahed...@gmail.com on 19 Nov 2014 at 4:13

GoogleCodeExporter commented 8 years ago

Original comment by austinenglish@gmail.com on 19 Nov 2014 at 7:11