Skip to content

Commit

Permalink
Fix the error message on MacOS about a missing ZIP file when checking…
Browse files Browse the repository at this point in the history
… for updates
  • Loading branch information
Ironicbay committed Sep 3, 2024
1 parent 3d62018 commit 1711ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/electron/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const options = {
afterSign: OPTS.sign === false || OPTS.platform !== 'darwin' ? undefined : 'electron-builder-notarize',

mac: {
target: 'dmg',
target: 'default',
category: 'public.app-category.productivity',
hardenedRuntime: true,
entitlements: './macOS/entitlements.plist',
Expand Down

0 comments on commit 1711ada

Please sign in to comment.