Skip to content

Commit

Permalink
Merge pull request #367 from HASEL-UZH/350-win-code-sign
Browse files Browse the repository at this point in the history
[#350] attempting to fix macOS updater
  • Loading branch information
casaout authored Jan 28, 2025
2 parents a05b1ab + 28bb666 commit 25c46ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/electron/electron-builder.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ module.exports = {
},
afterSign: "scripts/notarize.cjs",
mac: {
target: {
target: "default",
arch: ["x64", "arm64"],
},
artifactName: '${productName}-${version}-${env.MAC_ARCH_TYPE}.${ext}',
asarUnpack: ['node_modules/**/*.node'],
entitlements: 'build/entitlements.mac.plist',
Expand Down
2 changes: 1 addition & 1 deletion src/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "personal-analytics",
"description": "PersonalAnalytics is a privacy-protecting, open-source self-monitoring software",
"version": "0.0.30",
"version": "0.0.31",
"main": "dist-electron/main/index.js",
"type": "module",
"author": {
Expand Down

0 comments on commit 25c46ae

Please sign in to comment.