Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ifTNT committed Jul 4, 2024
2 parents be5ca98 + f28ee19 commit 35b770d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-win-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
},
@{
Uri = "$baseUri/Languages/Unofficial/ChineseSimplified.isl"
OutFile = "$downloadDir/ChineseTraditional.isl"
},
OutFile = "$downloadDir/ChineseSimplified.isl"
}
)
$jobs = @()
New-Item -ItemType Directory -Path $downloadDir -Force
foreach ($file in $files) {
$jobs += Start-ThreadJob -Name $file.OutFile -ScriptBlock {
Expand Down

0 comments on commit 35b770d

Please sign in to comment.