Skip to content

Commit

Permalink
mirrors: add fuse-t (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Oct 25, 2023
1 parent 5ad775e commit 3cdb7cc
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 3cdb7cc

Please sign in to comment.