Skip to content

Commit

Permalink
force x64 build on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosack committed Sep 21, 2024
1 parent 237768d commit b0de036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playyourdamnturn",
"productName": "Play Your Damn Turn Client",
"version": "2.1.7",
"version": "2.1.8",
"description": "Desktop Client to assist with playing your damn turns.",
"author": "playyourdamnturn.com",
"main": "app_compiled/main.js",
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@
"gatekeeperAssess": false,
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist",
"notarize": false
"notarize": false,
"target": [
{
"target": "default",
"arch": "x64"
}
]
},
"dmg": {
"sign": false
Expand Down

0 comments on commit b0de036

Please sign in to comment.