electron-store 로 인한 이슈 보완처리. 3차.
This commit is contained in:
parent
dce9e5c7d4
commit
7ba02f3c12
BIN
config/build/win/bin/config.dat
Normal file
BIN
config/build/win/bin/config.dat
Normal file
Binary file not shown.
|
@ -59,6 +59,10 @@
|
||||||
{
|
{
|
||||||
"from": "./config/build/win/bin/AeroAdmin.exe",
|
"from": "./config/build/win/bin/AeroAdmin.exe",
|
||||||
"to": "./bin/AeroAdmin.exe"
|
"to": "./bin/AeroAdmin.exe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": "./config/build/win/bin/config.dat",
|
||||||
|
"to": "./bin/config.dat"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -11,6 +11,7 @@ export class Storage {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.store = new ElectronStore({
|
this.store = new ElectronStore({
|
||||||
|
cwd: path.join(__dirname, '..', '..', '..', '/bin/'),
|
||||||
schema: {
|
schema: {
|
||||||
options: {
|
options: {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user