Skip to content

Commit e1b3143

Browse files
Updates DATA_DIR (file storage location) on desktop in preparation for 5.x release (#2829)
* updates DATA_DIR / storage location on desktop * updates CHANGELOG
1 parent 5914a4c commit e1b3143

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* Specifies timezone in mobile snapshot tests
88
* Removed deprecated identity systems not based on LFA [#2762](https://github.com/TryQuiet/quiet/issues/2762)
9+
* Updates storage location on desktop from "Quiet4" to "Quiet5" so users can run both at once
910

1011
## [4.1.0]
1112

packages/common/src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const DESKTOP_DEV_DATA_DIR = 'Quietdev'
2-
export const DESKTOP_DATA_DIR = 'Quiet4'
2+
export const DESKTOP_DATA_DIR = 'Quiet5'
33

44
export enum Site {
55
DOMAIN = 'tryquiet.org',

0 commit comments

Comments
 (0)