move create-extractor-pack to a scripts folder

This commit is contained in:
Erik Krogh Kristensen
2022-06-18 16:43:56 +02:00
parent 0391db6787
commit 638a886dfe
5 changed files with 4 additions and 4 deletions

View File

@@ -21,14 +21,14 @@ cargo build --release
The generated `ql/src/ql.dbscheme` and `ql/src/codeql_ql/ast/internal/TreeSitter.qll` files are included in the repository, but they can be re-generated as follows:
```bash
./create-extractor-pack.sh
./scripts/create-extractor-pack.sh
```
## Building a CodeQL database for a QL program
First, get an extractor pack:
Run `./create-extractor-pack.sh` (Linux/Mac) or `.\create-extractor-pack.ps1` (Windows PowerShell) and the pack will be created in the `extractor-pack` directory.
Run `./scripts/create-extractor-pack.sh` (Linux/Mac) or `.\scripts\create-extractor-pack.ps1` (Windows PowerShell) and the pack will be created in the `extractor-pack` directory.
Then run