Skip to content

Commit

Permalink
remove windows and mac targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman committed Jan 29, 2025
1 parent bbd1a24 commit 2d5674a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,5 @@
}
]
},
"mac": {
"target": {
"target": "default",
"arch": ["x64", "arm64"]
},
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "build/entitlements.mac.plist",
"requirements": "build/electron-builder-requirements.txt"
},
"win": {
"publisherName": "Frame Labs, Inc.",
"signAndEditExecutable": true,
"icon": "build/icons/icon.png"
},
"files": ["compiled", "bundle", "!compiled/main/dev"]
}

0 comments on commit 2d5674a

Please sign in to comment.