Skip to content

Commit

Permalink
change mac target from zip to dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Sep 26, 2022
1 parent 0519724 commit c84e432
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build-script/mac.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ builder.build({
'appId': 'net.xpadev.niconicomments-convert',
'icon': 'assets/niconicomments_icon.png',
'mac': {
'target': 'zip',
'target': {
'target': 'dmg',
'arch': [
'x64',
'arm64',
]
}
}
}
});

0 comments on commit c84e432

Please sign in to comment.