build: Fix DOTNET_INSTALL_DIR enviornment variable

pull/432/head
Nikolai Laevskii 3 years ago
parent 7e164d3c3b
commit abf9166e44

2
dist/index.js vendored

@ -447,7 +447,7 @@ class DotnetCoreInstaller {
exports.DotnetCoreInstaller = DotnetCoreInstaller; exports.DotnetCoreInstaller = DotnetCoreInstaller;
DotnetCoreInstaller.addToPath = DotnetInstallDir.addToPath; DotnetCoreInstaller.addToPath = DotnetInstallDir.addToPath;
(() => { (() => {
DotnetInstallDir.initialize; DotnetInstallDir.initialize();
})(); })();

Loading…
Cancel
Save