Skip to content

Commit

Permalink
일단 signing만 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
young-do committed Aug 21, 2024
1 parent 2741241 commit 803c0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const config: ForgeConfig = {
packagerConfig: {
asar: true,
icon: 'src/shared/assets/icons/icon',
osxSign: {},
},
rebuildConfig: {},
makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin']), new MakerRpm({}), new MakerDeb({})],
Expand Down

0 comments on commit 803c0c5

Please sign in to comment.