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 1
1
import Store from 'electron-store'
2
+ import { STORE_NAME } from '..'
2
3
import type { AppStore } from './types'
3
4
4
5
export default new Store < AppStore > ( {
5
6
name : 'app' ,
6
- cwd : 'massCode ' ,
7
+ cwd : 'v2 ' ,
7
8
8
9
defaults : {
9
10
bounds : { }
Original file line number Diff line number Diff line change 1
1
import Store from 'electron-store'
2
2
import { homedir , platform } from 'os'
3
+ import { STORE_NAME } from '..'
3
4
import type { PreferencesStore } from './types'
4
5
5
6
const isDev = process . env . NODE_ENV === 'development'
@@ -15,7 +16,7 @@ const backupPath = isWin ? `${defaultPath}\\backups` : `${defaultPath}/backups`
15
16
16
17
export default new Store < PreferencesStore > ( {
17
18
name : 'preferences' ,
18
- cwd : 'massCode ' ,
19
+ cwd : 'v2 ' ,
19
20
20
21
defaults : {
21
22
storagePath : defaultPath ,
You can’t perform that action at this time.
0 commit comments