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"
];

3354
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@
"@types/node-fetch": "^2.5.7",
"fs-extra": "^9.1.0",
"mustache": "^4.0.1",
"pkg": "^4.4.9",
"pkg": "^5.2.1",
"typescript": "^4.1.5"
},
"optionalDependencies": {