Skip to content

Commit

Permalink
Skip Liv initialization on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed Sep 21, 2023
1 parent f849b0d commit 85d4363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/services/liv/liv.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}

Expand Down

0 comments on commit 85d4363

Please sign in to comment.