Update electron-builder to 23.0.1
This commit is contained in:
parent
0c31ad25ef
commit
c87cb59676
7 changed files with 142 additions and 689 deletions
|
@ -3,13 +3,11 @@
|
|||
|
||||
import type { AfterPackContext } from 'electron-builder';
|
||||
import { afterPack as fuseElectron } from './fuse-electron';
|
||||
import { afterPack as mergeASARs } from './merge-macos-asars';
|
||||
import { afterPack as copyPacks } from './copy-language-packs';
|
||||
import { afterPack as pruneMacOSRelease } from './prune-macos-release';
|
||||
|
||||
export async function afterPack(context: AfterPackContext): Promise<void> {
|
||||
await pruneMacOSRelease(context);
|
||||
await mergeASARs(context);
|
||||
await fuseElectron(context);
|
||||
await copyPacks(context);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue