1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 20:55:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

diff from old ppk file.

This commit is contained in:
tdzl2003
2016-03-31 23:38:55 +08:00
parent a3a5a5fc3e
commit 2ed90fecc6
2 changed files with 130 additions and 64 deletions

View File

@@ -230,6 +230,9 @@ class DownloadTask extends AsyncTask<DownloadTaskParams, Void, Void> {
while( keys.hasNext() ) {
String to = (String)keys.next();
String from = copies.getString(to);
if (from.isEmpty()) {
from = to;
}
copyFromResource(from, new File(param.unzipDirectory, to));
}
continue;