mirror of
https://github.com/Mintplex-Labs/libnut-core.git
synced 2026-08-24 11:42:54 -04:00
(nut-tree/nut.js#306) Specify supported os and cpu in package.json to enable Apple Silicon
This commit is contained in:
+10
-1
@@ -41,5 +41,14 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.15.3"
|
||||
}
|
||||
},
|
||||
"os": [
|
||||
"darwin",
|
||||
"linux",
|
||||
"win32"
|
||||
],
|
||||
"cpu": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user