Skip to content

Commit

Permalink
feat: update default dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Apr 15, 2023
1 parent c447675 commit db9159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class Utils {
// compatible with verson <= 11.5.0
return electron.app.getPath('userData');
} catch (error) {
return join(homedir(), ".electron-keyvalues");
return join(homedir(), ".config/@heliomarpm/electron-keyvalues");
}
}

Expand Down

0 comments on commit db9159d

Please sign in to comment.