mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
1
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
'use strict';
|
||||
// 本地环境-配置文件
|
||||
|
||||
// const path = require('path');
|
||||
// const os = require('os');
|
||||
// const pkg = require('../package.json');
|
||||
// const storageDir = path.normalize(os.userInfo().homedir + '/' + pkg.name + '/');
|
||||
const storageDir = require('../electron/storage').getStorageDir();
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
'use strict';
|
||||
// 本地环境-配置文件
|
||||
|
||||
const storageDir = require('../electron/storage').getStorageDir();
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user