Skip to content

Commit

Permalink
fix: create universal mac app
Browse files Browse the repository at this point in the history
refs #255
  • Loading branch information
steveoh committed Jun 26, 2024
1 parent 85abede commit 2dbbd75
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 102 deletions.
3 changes: 3 additions & 0 deletions forge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
{
name: '@electron-forge/maker-squirrel',
platforms: ['win32'],
arch: 'arm64',
config: {
name: 'ugrc-api-client',
authors: 'UGRC Developers',
Expand All @@ -57,9 +58,11 @@ module.exports = {
{
name: '@electron-forge/maker-zip',
platforms: ['darwin'],
arch: 'arm64',
},
{
name: '@electron-forge/maker-dmg',
arch: 'arm64',
config: {
title: '${productName} ${version}',
window: {
Expand Down
Loading

0 comments on commit 2dbbd75

Please sign in to comment.