mirror of
https://github.com/github/codeql.git
synced 2025-12-27 06:06:32 +01:00
9 lines
263 B
Batchfile
9 lines
263 B
Batchfile
@echo off
|
|
|
|
if not defined CODEQL_POWERSHELL_EXTRACTOR (
|
|
set CODEQL_POWERSHELL_EXTRACTOR=Semmle.Extraction.PowerShell.Standalone.exe
|
|
)
|
|
|
|
type NUL && "%CODEQL_EXTRACTOR_POWERSHELL_ROOT%/tools/%CODEQL_PLATFORM%/%CODEQL_POWERSHELL_EXTRACTOR%"
|
|
exit /b %ERRORLEVEL%
|