mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
use appdata folder
This commit is contained in:
@@ -33,7 +33,7 @@ export class Main {
|
||||
} else if (process.platform === 'win32' && process.env.PORTABLE_EXECUTABLE_DIR != null) {
|
||||
appDataPath = path.join(process.env.PORTABLE_EXECUTABLE_DIR, 'bitwarden-appdata');
|
||||
} else if (process.platform === 'linux' && process.env.SNAP_USER_DATA != null) {
|
||||
appDataPath = process.env.SNAP_USER_DATA;
|
||||
appDataPath = path.join(process.env.SNAP_USER_DATA, 'appdata');
|
||||
}
|
||||
|
||||
if (appDataPath != null) {
|
||||
|
||||
Reference in New Issue
Block a user