Skip to content

Commit

Permalink
Release 0.4.2, removed arm64 building until iohook supports arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
1kc committed Apr 24, 2021
1 parent 222d852 commit 92d82f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "razer-macos",
"version": "0.4.1",
"version": "0.4.2",
"description": "Open source color effects manager for Razer peripherals on macOS",
"license": "GPL-2.0-only",
"main": "src/main/index.js",
Expand Down Expand Up @@ -77,7 77,6 @@
{
"target": "dmg",
"arch": [
"arm64",
"x64"
]
}
Expand All @@ -92,7 91,6 @@
"darwin"
],
"arches": [
"arm64",
"x64"
]
}
Expand Down

0 comments on commit 92d82f7

Please sign in to comment.