Skip Liv initialization on Linux

This commit is contained in:
Pierce Thompson
2023-09-20 22:47:59 -04:00
parent f849b0d570
commit 85d43639af
+2 -1
View File
@@ -25,7 +25,8 @@ export class LivService {
win32: async () => {
const regRes = await regedit.promisified.list([this.livRegeditKey]).then(res => res[this.livRegeditKey]);
return regRes?.exists;
}
},
linux: async() => false,
});
}