Make keytar mandatory and build it without hak (#2173)

This commit is contained in:
Michael Telatynski
2025-02-28 15:13:35 +00:00
committed by GitHub
parent ff7f53fb35
commit 9a1d2291c1
11 changed files with 153 additions and 147 deletions

View File

@@ -174,6 +174,9 @@ const config: Omit<Writable<Configuration>, "electronFuses"> & {
schemes: ["io.element.desktop", "element"],
},
],
nativeRebuilder: "sequential",
nodeGypRebuild: false,
npmRebuild: true,
};
/**