electron-store 로 인한 이슈 보완처리. 3차.

This commit is contained in:
leejinho 2020-03-19 16:00:28 +09:00
parent dce9e5c7d4
commit 7ba02f3c12
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -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"
} }
] ]
}, },

View File

@ -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',