Monkey-patch os.hostname on Windows 7
This commit is contained in:
parent
82dad0d7f7
commit
96b864d6a9
11 changed files with 51 additions and 17 deletions
|
@ -1,6 +1,9 @@
|
|||
// Copyright 2020-2021 Signal Messenger, LLC
|
||||
// Copyright 2020-2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
// This has to be the first import because of monkey-patching
|
||||
import '../shims';
|
||||
|
||||
import { contextBridge } from 'electron';
|
||||
|
||||
import { SignalContext } from '../context';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue