mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-17 12:41:58 +00:00
Include all .bat instead general-*.bat (#7879)
This commit is contained in:
@@ -384,7 +384,7 @@ $dpiTargets = Build-DpiTargets -CustomUrl $dpiCustomUrl
|
|||||||
# Config
|
# Config
|
||||||
$targetDir = $rootDir
|
$targetDir = $rootDir
|
||||||
if (-not $targetDir) { $targetDir = Split-Path -Parent $MyInvocation.MyCommand.Path }
|
if (-not $targetDir) { $targetDir = Split-Path -Parent $MyInvocation.MyCommand.Path }
|
||||||
$batFiles = Get-ChildItem -Path $targetDir -Filter "general*.bat" | Sort-Object Name
|
$batFiles = Get-ChildItem -Path $targetDir -Filter "*.bat" | Where-Object { $_.Name -notlike "service*" } | Sort-Object Name
|
||||||
|
|
||||||
$globalResults = @()
|
$globalResults = @()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user