Skip to content

Commit 0fdfb26

Browse files
author
Nicolas Kraiouchkine
committed
Update CodeQLInstallation.cs
1 parent 01f1394 commit 0fdfb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeQLToolkit.Shared/CodeQL/CodeQLInstallation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private void CustomBundleInstall()
248248
var packs = string.Join(" ", packsToExport);
249249

250250
// Run the bundling tool to create the platform-specific custom bundles from the platform-independent bundle
251-
var bundleArgs = $"--log DEBUG -a {QLTConfigFilePath} -p win64 -p osx64 -p linux64 -b {customBundlePath} -o {CustomBundleOutputDirectory} -w {workingDirectory} {packs}";
251+
var bundleArgs = $"--log DEBUG -a qlt.conf.json -p win64 -p osx64 -p linux64 -b {customBundlePath} -o {CustomBundleOutputDirectory} -w {workingDirectory} {packs}";
252252

253253
if (QuickBundle)
254254
{

0 commit comments

Comments
 (0)