Skip to content

Commit

Permalink
[#350] fixing macos notarization attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
casaout committed Jan 24, 2025
1 parent 5622d5c commit dd5cee6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/electron-builder.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
owner: 'HASEL-UZH',
repo: 'PersonalAnalytics'
},
afterSign: "scripts/notarize.js",
afterSign: "scripts/notarize.cjs",
mac: {
artifactName: '${productName}-${version}-${env.MAC_ARCH_TYPE}.${ext}',
asarUnpack: ['node_modules/**/*.node'],
Expand Down
File renamed without changes.

0 comments on commit dd5cee6

Please sign in to comment.