Enables sandbox for all windows except main
This commit is contained in:
parent
abb839c24b
commit
e211837bcd
67 changed files with 1190 additions and 615 deletions
9
ts/util/os/osMain.ts
Normal file
9
ts/util/os/osMain.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2023 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import os from 'os';
|
||||
import { getOSFunctions } from './shared';
|
||||
|
||||
const OS = getOSFunctions(os.release());
|
||||
|
||||
export default OS;
|
Loading…
Add table
Add a link
Reference in a new issue