Prune frameworks folder before zipping release
This commit is contained in:
parent
4763831d3e
commit
31d2cce309
4 changed files with 51 additions and 88 deletions
|
@ -5,8 +5,10 @@ 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