Skip to content

Commit

Permalink
Update CodeQLInstallation.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Kraiouchkine committed May 14, 2024
1 parent 01f1394 commit 0fdfb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeQLToolkit.Shared/CodeQL/CodeQLInstallation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0fdfb26

Please sign in to comment.