Skip to content

Commit

Permalink
v2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesterday17 committed Aug 19, 2019
1 parent 69f6c53 commit 77144cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"productName": "Majsoul Plus",
"author": "MajsoulPlus Team",
"description": "Majsoul Plus",
Expand Down
1 change: 1 addition & 0 deletions src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export function InitGlobal() {
// 通过 require 避免在 renderer 中引入 utils
// utils 存在只能在主进程调用的方法
if (!fs.existsSync(folder) && app) {
// TODO: 比较版本
require('./utils').copyFolderSync(
path.join(__dirname, 'bin', dir),
appDataDir
Expand Down

0 comments on commit 77144cf

Please sign in to comment.