mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Remove use of __dirname from main process
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
import { stat } from 'node:fs/promises';
|
||||
import { join } from 'node:path';
|
||||
|
||||
import { name as NAME, version as VERSION } from '../util/packageJson.node.js';
|
||||
import { packageJson } from '../util/packageJson.node.js';
|
||||
|
||||
const NAME = packageJson.name;
|
||||
const VERSION = packageJson.version;
|
||||
|
||||
const SUPPORT_CONFIG = new Set([
|
||||
'linux',
|
||||
|
||||
Reference in New Issue
Block a user