From 0fdfb26bc110f13fab17233c0bd2e4bd20b8d6f5 Mon Sep 17 00:00:00 2001 From: Nicolas Kraiouchkine Date: Tue, 14 May 2024 12:08:09 +0200 Subject: [PATCH] Update CodeQLInstallation.cs --- src/CodeQLToolkit.Shared/CodeQL/CodeQLInstallation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CodeQLToolkit.Shared/CodeQL/CodeQLInstallation.cs b/src/CodeQLToolkit.Shared/CodeQL/CodeQLInstallation.cs index 1d93ad9..9f8ba89 100644 --- a/src/CodeQLToolkit.Shared/CodeQL/CodeQLInstallation.cs +++ b/src/CodeQLToolkit.Shared/CodeQL/CodeQLInstallation.cs @@ -248,7 +248,7 @@ private void CustomBundleInstall() var packs = string.Join(" ", packsToExport); // Run the bundling tool to create the platform-specific custom bundles from the platform-independent bundle - var bundleArgs = $"--log DEBUG -a {QLTConfigFilePath} -p win64 -p osx64 -p linux64 -b {customBundlePath} -o {CustomBundleOutputDirectory} -w {workingDirectory} {packs}"; + var bundleArgs = $"--log DEBUG -a qlt.conf.json -p win64 -p osx64 -p linux64 -b {customBundlePath} -o {CustomBundleOutputDirectory} -w {workingDirectory} {packs}"; if (QuickBundle) {