Skip to content

Commit

Permalink
fix: change envPaths to Swarm Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Jun 20, 2022
1 parent bdb6d93 commit 43b231d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import envPaths from 'env-paths'
import { existsSync } from 'fs'
import { join } from 'path'

export const paths = envPaths('SwarmDesktop', { suffix: '' })
export const paths = envPaths('Swarm Desktop', { suffix: '' })

export function checkPath(path: string): boolean {
return existsSync(getPath(path))
Expand Down

0 comments on commit 43b231d

Please sign in to comment.