mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Ensure file permissions when building for Linux and set sha length for test builds
This commit is contained in:
@@ -5,9 +5,11 @@ import type { AfterPackContext } from 'electron-builder';
|
||||
import { afterPack as fuseElectron } from './fuse-electron.js';
|
||||
import { afterPack as copyPacks } from './copy-language-packs.js';
|
||||
import { afterPack as pruneMacOSRelease } from './prune-macos-release.js';
|
||||
import { afterPack as ensureLinuxFilePermissions } from './ensure-linux-file-permissions.js';
|
||||
|
||||
export async function afterPack(context: AfterPackContext): Promise<void> {
|
||||
await pruneMacOSRelease(context);
|
||||
await fuseElectron(context);
|
||||
await copyPacks(context);
|
||||
await ensureLinuxFilePermissions(context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user