We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f1394 commit 0fdfb26Copy full SHA for 0fdfb26
src/CodeQLToolkit.Shared/CodeQL/CodeQLInstallation.cs
@@ -248,7 +248,7 @@ private void CustomBundleInstall()
248
var packs = string.Join(" ", packsToExport);
249
250
// 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}";
+ var bundleArgs = $"--log DEBUG -a qlt.conf.json -p win64 -p osx64 -p linux64 -b {customBundlePath} -o {CustomBundleOutputDirectory} -w {workingDirectory} {packs}";
252
253
if (QuickBundle)
254
{
0 commit comments