Commit 0be3bc94 authored by fallenstardust's avatar fallenstardust

萌卡网页添加ypk下载到expansions

parent 3a99245f
......@@ -166,7 +166,7 @@ public class MycardFragment extends BaseFragemnt implements View.OnClickListener
destFileDir = AppsSettings.get().getDeckDir();
} else if (fileName.endsWith(Constants.YRP_FILE_EX)) {
destFileDir = AppsSettings.get().getReplayDir();
} else if (fileName.endsWith(Constants.CORE_LIMIT_PATH)) {
} else if (fileName.endsWith(Constants.CORE_LIMIT_PATH) || fileName.endsWith(Constants.YPK_FILE_EX)) {
destFileDir = AppsSettings.get().getExpansionsPath().getPath();
} else if (fileName.endsWith(Constants.LUA_FILE_EX)) {
destFileDir = AppsSettings.get().getSingleDir();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment