Skip to content

Commit

Permalink
fix: fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Apr 17, 2020
1 parent dedeb09 commit 7fcce4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function main(): Promise<void> {

let vlcBinaryPath = await Registry.get('HKLM\\Software\\WOW6432Node\\VideoLAN\\VLC', '');
if (!vlcBinaryPath) {
let vlcBinaryPath = await Registry.get('HKLM\\Software\\VideoLAN\\VLC', '');
vlcBinaryPath = await Registry.get('HKLM\\Software\\VideoLAN\\VLC', '');
if (!vlcBinaryPath) {
console.error('VLC does not appear to be installed on this system, exiting.');
return process.exit(1);
Expand Down

0 comments on commit 7fcce4e

Please sign in to comment.