Skip to content

Commit

Permalink
Fixed Windows package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano authored Jan 4, 2022
1 parent 2a2fdfb commit d6b6baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ switch (process.platform) {
log.info('Mac detected. Using %s package.', packageName);
break;
case 'win32':
packageName = process.env.ONEAUTH_PACKAGE_WIN || 'oneauth-win64-x64';
packageName = process.env.ONEAUTH_PACKAGE_WIN || 'oneauth-win-x64';
log.info('Windows detected. Using %s package.', packageName);
break;
default:
Expand Down

0 comments on commit d6b6baa

Please sign in to comment.