jan/electron/utils/path.ts
Louis 1143bd3846
refactor: jan extensions (#799)
* refactor: rename plugin to extension
2023-12-01 11:30:29 +07:00

5 lines
122 B
TypeScript

import { join } from 'path'
import { app } from 'electron'
export const userSpacePath = join(app.getPath('home'), 'jan')