Skip to content

Commit

Permalink
macOS package: fix auto-updater
Browse files Browse the repository at this point in the history
by changing output from PanWriter-0.8.2-mac to PanWriter-0.8.2-x64-mac

This should prevent Intel Macs from downloading the ARM build.

see electron-userland/electron-builder#5639 (comment)
  • Loading branch information
mb21 committed Jan 29, 2022
1 parent 97766d2 commit 4d420b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
],
"mac": {
"icon": "icons/icon.png",
"defaultArch": "universal",
"target": [
{
"target": "dmg",
Expand Down

0 comments on commit 4d420b2

Please sign in to comment.