export const createSfxLinux = (SevenZip.linuxSfx = function (
    name: string,
    files: string[],
    destination: string | undefined,
    options: Record<string, any> | undefined