Skip to content

Commit

Permalink
Merge pull request #1 from qkdreyer/patch-2
Browse files Browse the repository at this point in the history
chore: handle visual studio buildtools
  • Loading branch information
sandvige authored Oct 17, 2023
2 parents cec98b9 + 2d4e413 commit 2c3867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const PROGRAM_FILES_X86 = process.env['ProgramFiles(x86)']
const PROGRAM_FILES = [process.env['ProgramFiles(x86)'], process.env['ProgramFiles']]


const EDITIONS = ['Enterprise', 'Professional', 'Community']
const EDITIONS = ['Enterprise', 'Professional', 'Community', 'BuildTools']
const YEARS = ['2022', '2019', '2017']

const VsYearVersion = {
Expand Down

0 comments on commit 2c3867a

Please sign in to comment.