Update pkg and add macOS ARM arch

This commit is contained in:
hensm
2021-05-26 17:42:09 +01:00
parent ab00bcdd6a
commit 13cd1127c6
3 changed files with 2821 additions and 536 deletions

View File

@@ -37,6 +37,7 @@ const supportedTargets = [
"win-x64"
, "win-x86"
, "macos-x64"
, "macos-arm64"
, "linux-x64"
];