Skip to content

Commit

Permalink
Change Debine Compressor (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita authored Jan 24, 2024
1 parent 55d61e6 commit 402d829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/desktop/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import type { NotaryToolCredentials } from '@electron/notarize/lib/types';
import dotenv from 'dotenv';
import path from 'path';

import { MakerDebConfigOptions } from '@electron-forge/maker-deb/dist/Config';
import { mainConfig } from './webpack.main.config';
import { rendererConfig } from './webpack.renderer.config';

Expand Down Expand Up @@ -98,7 +99,7 @@ const config: ForgeConfig = {
),
new MakerDeb(
{
options: devAndRpmOptions
options: { ...devAndRpmOptions, compression: 'xz' } as MakerDebConfigOptions
},
['linux']
)
Expand Down

0 comments on commit 402d829

Please sign in to comment.