mirror of https://github.com/keeweb/keeweb
renamed the variable to KEEWEB_PORTABLE_EXECUTABLE_DIR, see #1065
parent
00d7ff6604
commit
f2583bc37f
|
@ -19,7 +19,7 @@ if (!gotTheLock) {
|
|||
|
||||
let openFile = process.argv.filter(arg => /\.kdbx$/i.test(arg))[0];
|
||||
const userDataDir =
|
||||
process.env.PORTABLE_EXECUTABLE_DIR ||
|
||||
process.env.KEEWEB_PORTABLE_EXECUTABLE_DIR ||
|
||||
app.getPath('userData').replace(/[\\/]temp[\\/]\d+\.\d+[\\/]?$/, '');
|
||||
const windowPositionFileName = path.join(userDataDir, 'window-position.json');
|
||||
const appSettingsFileName = path.join(userDataDir, 'app-settings.json');
|
||||
|
|
|
@ -3,7 +3,7 @@ Release notes
|
|||
##### v1.13.0 (TBD)
|
||||
`-` #1359: fixed Google Drive login issues in desktop apps
|
||||
`+` #1341: auto-lock the app on screen lock on Windows
|
||||
`+` #1065: PORTABLE_EXECUTABLE_DIR environment variable
|
||||
`+` #1065: KEEWEB_PORTABLE_EXECUTABLE_DIR environment variable
|
||||
`*` #1397: Segoe UI font on Windows
|
||||
`+` #1393: option to disable saving and exporting (canSaveTo)
|
||||
`+` #1006: password generator patterns
|
||||
|
|
Loading…
Reference in New Issue