Skip to content

Commit

Permalink
icons; windows; add vs2017
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby0x1 committed May 4, 2017
1 parent 850ed51 commit 16bc999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flow/cmd/icons/icons.windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ exports.convert = function(flow, icon, done) {
//:todo: configure/safety
//note: uses 2013 first because that's the default
var vsdir = process.env['VS120COMNTOOLS'] ||
process.env['VS150COMNTOOLS'] ||
process.env['VS140COMNTOOLS'] ||
process.env['VS110COMNTOOLS'] ||
process.env['VS100COMNTOOLS'];
Expand Down

0 comments on commit 16bc999

Please sign in to comment.