update ogg js file on new version
This commit is contained in:
parent
43a66ac0d3
commit
58c9cb75e7
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ public class ResourceManager {
|
|||
if (entry.getValue().contains("-tts") && entry.getValue()
|
||||
.endsWith(IndexConstants.TTSVOICE_INDEX_EXT_JS)) {
|
||||
File oggFile = new File(appPath, entry.getValue().replace("-tts", ""));
|
||||
if (oggFile.getParentFile().exists() && !oggFile.exists()) {
|
||||
if (oggFile.getParentFile().exists()) {
|
||||
copyAssets(context.getAssets(), entry.getKey(), oggFile);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue