|
|
@ -9,7 +9,7 @@ const config = require('./config');
|
|
|
|
if (config.has('storageProfile')) {
|
|
|
|
if (config.has('storageProfile')) {
|
|
|
|
const userData = path.join(
|
|
|
|
const userData = path.join(
|
|
|
|
app.getPath('appData'),
|
|
|
|
app.getPath('appData'),
|
|
|
|
`Signal-${config.get('storageProfile')}`
|
|
|
|
`Loki-Messenger-${config.get('storageProfile')}`
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
app.setPath('userData', userData);
|
|
|
|
app.setPath('userData', userData);
|
|
|
|