Changed development folder to 'Loki-Messenger-Development` instead of 'Signal-Development'

pull/156/head
sachaaaaa 6 years ago
parent dcfc97713b
commit 9f35b50301

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

Loading…
Cancel
Save