Skip to content

Commit

Permalink
❇️ arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
xgdgsc committed Jan 1, 2023
1 parent 74bb16d commit 09014d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
{
"target": "zip",
"arch": ["x64", "ia32"]
"arch": ["x64", "ia32", "arm64"]
}
],
"icon": "build/icon.ico",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
".:build:rollup": "rollup -c",
".:build:workspaces": "yarn workspaces run build",
"release": "yarn electron-builder --publish onTagOrDraft --x64",
"release-arm64": "yarn electron-builder --publish onTagOrDraft --arm64",
"build:watch": "rollup -c -w",
"install-app-deps": "electron-builder install-app-deps",
"test": "xvfb-maybe jest",
Expand Down Expand Up @@ -133,4 +134,4 @@
"yarn": ">=1.22.x"
},
"productName": "Rocket.Chat"
}
}

0 comments on commit 09014d0

Please sign in to comment.