Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit dbf2c15

Browse files
committed
update
1 parent f4c5f03 commit dbf2c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const getDefaultRootDirs = () => {
3434
case 'win32': {
3535
assert(TEMP || CACHE_ROOT, '%TEMP% required')
3636
assert(LOCALAPPDATA || STATE_ROOT, '%LOCALAPPDATA% required')
37-
const appName = 'Checker Network'
37+
const appName = 'Checker Network Node'
3838
return {
3939
cacheRoot: CACHE_ROOT || join(TEMP, appName),
4040
// We must use LOCALAPPDATA (not APPDATA) to avoid sharing the state with other computers

0 commit comments

Comments
 (0)