File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import Store from 'electron-store'
2+ import { STORE_NAME } from '..'
23import type { AppStore } from './types'
34
45export default new Store < AppStore > ( {
56 name : 'app' ,
6- cwd : 'massCode ' ,
7+ cwd : 'v2 ' ,
78
89 defaults : {
910 bounds : { }
Original file line number Diff line number Diff line change 11import Store from 'electron-store'
22import { homedir , platform } from 'os'
3+ import { STORE_NAME } from '..'
34import type { PreferencesStore } from './types'
45
56const isDev = process . env . NODE_ENV === 'development'
@@ -15,7 +16,7 @@ const backupPath = isWin ? `${defaultPath}\\backups` : `${defaultPath}/backups`
1516
1617export default new Store < PreferencesStore > ( {
1718 name : 'preferences' ,
18- cwd : 'massCode ' ,
19+ cwd : 'v2 ' ,
1920
2021 defaults : {
2122 storagePath : defaultPath ,
You can’t perform that action at this time.
0 commit comments