I use electron-store in electron-main with some default outputpath like below
defaults: {
outputPath: oldValue
}
then I changed the default path to another value like below
defaults: {
outputPath: newValue
}
and restart the app and I found the output path is still the old value, does not reflect my changes in the setting, then I opened the json file and in it the outputPath is the old value, how can I solve this problem ?
I use electron-store in electron-main with some default outputpath like below
then I changed the default path to another value like below
and restart the app and I found the output path is still the old value, does not reflect my changes in the setting, then I opened the json file and in it the outputPath is the old value, how can I solve this problem ?