mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Modernize Benchmarks CI
This commit is contained in:
@@ -7,8 +7,10 @@ import { app } from 'electron';
|
||||
import { start } from './base_config';
|
||||
import config from './config';
|
||||
|
||||
// Use separate data directory for development
|
||||
if (config.has('storageProfile')) {
|
||||
// Use separate data directory for benchmarks & development
|
||||
if (config.has('storagePath')) {
|
||||
app.setPath('userData', String(config.get('storagePath')));
|
||||
} else if (config.has('storageProfile')) {
|
||||
const userData = join(
|
||||
app.getPath('appData'),
|
||||
`Signal-${config.get('storageProfile')}`
|
||||
|
||||
Reference in New Issue
Block a user