renamed the variable to KEEWEB_PORTABLE_EXECUTABLE_DIR, see #1065

This commit is contained in:
antelle 2020-03-24 17:07:30 +01:00
parent 00d7ff6604
commit f2583bc37f
2 changed files with 2 additions and 2 deletions

View File

@ -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');

View File

@ -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