From 3c1ec8725551ca6fa4de34ce921942ab8535dd06 Mon Sep 17 00:00:00 2001 From: Serge Camille Date: Fri, 11 Dec 2020 06:27:22 +0100 Subject: [PATCH] Add VCINSTALLDIR to list of exported variables (#23) This should allow windeployqt to pick up the exported environment variable. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9986732..8205e05 100644 --- a/index.js +++ b/index.js @@ -15,6 +15,7 @@ const InterestingVariables = [ 'INCLUDE', 'LIB', 'LIBPATH', + 'VCINSTALLDIR', 'Path', 'Platform', 'VisualStudioVersion',