Skip to content

Commit b8a6cda

Browse files
committed
fix(napi): add missing windows arm64 files
1 parent 9e6a5b0 commit b8a6cda

5 files changed

Lines changed: 321 additions & 286 deletions

File tree

.changes/arm64-publish.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-tauri-app": "patch"
3+
"create-tauri-app-js": "patch"
4+
---
5+
6+
Fix publishing arm64 modules to npm
7+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# `create-tauri-app-win32-arm64-msvc`
2+
3+
This is the **aarch64-pc-windows-msvc** binary for `create-tauri-app`
4+
5+
## Licenses
6+
Code: (c) 2022 - The Tauri Programme within The Commons Conservancy.
7+
8+
MIT or MIT/Apache 2.0 where applicable.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "create-tauri-app-win32-arm64-msvc",
3+
"version": "0.0.0",
4+
"os": [
5+
"win32"
6+
],
7+
"cpu": [
8+
"arm64"
9+
],
10+
"main": "create-tauri-app.win32-arm64-msvc.node",
11+
"files": [
12+
"create-tauri-app.win32-arm64-msvc.node"
13+
],
14+
"license": "MIT",
15+
"engines": {
16+
"node": ">= 10"
17+
}
18+
}

packages/cli/node/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"aarch64-unknown-linux-musl",
3232
"armv7-unknown-linux-gnueabihf",
3333
"x86_64-unknown-linux-musl",
34-
"i686-pc-windows-msvc"
34+
"i686-pc-windows-msvc",
35+
"aarch64-pc-windows-msvc"
3536
]
3637
}
3738
},

0 commit comments

Comments
 (0)