mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { AfterPackContext } from 'electron-builder';
|
||||
import { afterPack as fuseElectron } from './fuse-electron.node.js';
|
||||
import { afterPack as copyPacks } from './copy-language-packs.node.js';
|
||||
import { afterPack as pruneMacOSRelease } from './prune-macos-release.node.js';
|
||||
import { afterPack as ensureLinuxFilePermissions } from './ensure-linux-file-permissions.node.js';
|
||||
import { afterPack as fuseElectron } from './fuse-electron.node.ts';
|
||||
import { afterPack as copyPacks } from './copy-language-packs.node.ts';
|
||||
import { afterPack as pruneMacOSRelease } from './prune-macos-release.node.ts';
|
||||
import { afterPack as ensureLinuxFilePermissions } from './ensure-linux-file-permissions.node.ts';
|
||||
|
||||
export async function afterPack(context: AfterPackContext): Promise<void> {
|
||||
await pruneMacOSRelease(context);
|
||||
|
||||
Reference in New Issue
Block a user