Skip to content

Commit

Permalink
修正了会莫名其妙创建一大堆文件夹的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
iamapig120 committed Feb 6, 2019
1 parent 17c0d04 commit bb4f0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manager/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ checkUpdate(userConfig.update).then(
copyFile(path.join(from, file), path.join(to, file))
})
} else {
Util.mkdirsSync(path.basename(to))
Util.mkdirsSync(path.dirname(to))
fs.copyFileSync(from, to)
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "majsoul-plus-client",
"version": "1.10.2",
"version": "1.10.3",
"productName": "Majsoul Plus",
"author": "MajsoulPlus Team",
"description": "Majsoul Plus",
Expand Down

0 comments on commit bb4f0f4

Please sign in to comment.