(feat): improve secure storage
This commit is contained in:
parent
9011768a2e
commit
cda0c48454
7 changed files with 71 additions and 31 deletions
|
|
@ -36,6 +36,13 @@ if (verbose) {
|
|||
app.commandLine.appendSwitch("log-level", "0");
|
||||
}
|
||||
|
||||
if (
|
||||
process.platform === "linux" &&
|
||||
!app.commandLine.hasSwitch("password-store")
|
||||
) {
|
||||
app.commandLine.appendSwitch("password-store", "gnome-libsecret");
|
||||
}
|
||||
|
||||
if (
|
||||
process.platform === "linux" &&
|
||||
process.env.XDG_SESSION_TYPE === "wayland" &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue