Skip to content

Commit

Permalink
Merge pull request #7989 from kidroca/kidroca/fix/desktop-updates
Browse files Browse the repository at this point in the history
(cherry picked from commit 563d85c)
  • Loading branch information
roryabraham authored and OSBotify committed Mar 4, 2022
1 parent 2469e6b commit e07dee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/electronBuilder/electronBuilder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
category: 'public.app-category.finance',
target: [
{target: 'dmg', arch: ['x64', 'arm64', 'universal']},
{target: 'zip', arch: ['x64', 'arm64', 'universal']},
],
icon: isStaging ? './desktop/icon-stg.png' : './desktop/icon.png',
hardenedRuntime: true,
Expand Down

0 comments on commit e07dee4

Please sign in to comment.