Skip to content

Commit

Permalink
mirrors: add fuse-t
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Oct 23, 2023
1 parent 5ad775e commit 6ca33c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,13 @@ const binaries = {
npmPackageName: 'libpg-query',
},
},
'fuse-t': {
category: 'fuse-t',
description: 'FUSE-T is a kext-less implementation of FUSE for macOS that uses NFS v4 local server instead of a kernel extension.',
type: BinaryType.GitHub,
repo: 'macos-fuse-t/fuse-t',
distUrl: 'https://github.com/macos-fuse-t/fuse-t/releases',
},
} as const;

export type BinaryName = keyof typeof binaries;
Expand Down

0 comments on commit 6ca33c9

Please sign in to comment.