Skip to content

Commit

Permalink
feat: wait sharkdp/fd#1658
Browse files Browse the repository at this point in the history
  • Loading branch information
vagusX committed Jan 24, 2025
1 parent 6e68af0 commit e2609f3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/win32-arm64-msvc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `@reexport/fd-prebuilt-win32-arm64-msvc`

This is the **aarch64-pc-windows-msvc** binary for `@reexport/fd-prebuilt`
5 changes: 5 additions & 0 deletions packages/win32-arm64-msvc/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

const path = require('path');

module.exports.fdPath = path.join(__dirname, './bin/fd.exe');
19 changes: 19 additions & 0 deletions packages/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@reexport/fd-prebuilt-win32-arm64-msvc",
"version": "1.1.0",
"os": [
"win32"
],
"cpu": [
"arm64"
],
"main": "@reexport/fd-prebuilt.win32-arm64-msvc.node",
"files": [
"@reexport/fd-prebuilt.win32-arm64-msvc.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"gitHead": "7230fd158f606025b22ed7d5fe2f35a0725d60b6"
}

0 comments on commit e2609f3

Please sign in to comment.