Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 173770a

Browse files
build both x64 and arm64 for mac (#42)
1 parent eb52d84 commit 173770a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@terminalone/monorepo",
33
"productName": "Terminal One",
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"description": "A fast, elegant and intelligent cross-platform terminal.",
66
"author": "atinylittleshell <shell@atinylittleshell.me>",
77
"license": "MIT",
@@ -45,7 +45,7 @@
4545
"build": {
4646
"appId": "io.terminalone.app",
4747
"productName": "Terminal One",
48-
"artifactName": "TerminalOne-${version}.${ext}",
48+
"artifactName": "TerminalOne-${version}-${arch}.${ext}",
4949
"extends": null,
5050
"files": [
5151
"apps/app/dist/**/*"
@@ -58,6 +58,15 @@
5858
"category": "Development",
5959
"target": "AppImage",
6060
"icon": "icon.icns"
61+
},
62+
"mac": {
63+
"target": {
64+
"target": "dmg",
65+
"arch": [
66+
"arm64",
67+
"x64"
68+
]
69+
}
6170
}
6271
},
6372
"devDependencies": {

0 commit comments

Comments
 (0)