Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 5, 2024
1 parent b6b46c8 commit ab3044a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import { MakerRpm } from '@electron-forge/maker-rpm';
import { VitePlugin } from '@electron-forge/plugin-vite';
import { FusesPlugin } from '@electron-forge/plugin-fuses';
import { FuseV1Options, FuseVersion } from '@electron/fuses';
import MakerDMG from '@electron-forge/maker-dmg';

const config: ForgeConfig = {
packagerConfig: {
asar: true,
icon: 'src/assets/favicon',
osxSign: {
identity: `Developer ID Application: ${process.env.MAC_DEVELOPER_ID}`,
Expand All @@ -36,6 +36,7 @@ const config: ForgeConfig = {
new MakerZIP({}),
new MakerRpm({}),
new MakerDeb({}),
new MakerDMG({}),
],
plugins: [
new VitePlugin({
Expand Down

0 comments on commit ab3044a

Please sign in to comment.