|
|
@@ -4,8 +4,7 @@ const fs = require('fs');
|
|
|
const path = require('path');
|
|
|
const { app } = require('electron');
|
|
|
|
|
|
-const package = require("../../package.json");
|
|
|
-const configPath = path.join(app.getPath("appData"), 'ZhiHuiYin', 'config.default.json');
|
|
|
+const configPath = path.join(app.getPath("userData"),'config.default.json');
|
|
|
|
|
|
|
|
|
/**
|