mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
In order to build the language-independent parts of our dist with `pkg.bzl`, we need two override features: * A way to set the prefix in the zip files to the empty string, so that our top-level files stay top-level. * A way to put `codeql.exe` into the arch-specific zip, despite it not being under `CODEQL_PLATFORM`. This PR implements both.