mirrors: add fuse-t (#599)

This commit is contained in:
killa
2023-10-25 12:59:09 +08:00
committed by GitHub
parent 5ad775e411
commit 3cdb7cc9df

View File

@@ -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;