Include code cache for preload bundle
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
3c9332449f
commit
695f64a55a
13 changed files with 230 additions and 11 deletions
|
@ -15,14 +15,14 @@ let archive: string;
|
|||
let exe: string;
|
||||
if (process.platform === 'darwin') {
|
||||
archive = join(
|
||||
'mac',
|
||||
'mac-arm64',
|
||||
`${packageJson.productName}.app`,
|
||||
'Contents',
|
||||
'Resources',
|
||||
'app.asar'
|
||||
);
|
||||
exe = join(
|
||||
'mac',
|
||||
'mac-arm64',
|
||||
`${packageJson.productName}.app`,
|
||||
'Contents',
|
||||
'MacOS',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue