File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ Function PrivLazBuild {
5757 Start-Process - Wait - FilePath ' git' - ArgumentList ' submodule' , ' update' , ' --recursive' , ' --init'
5858 Start-Process - Wait - FilePath ' git' - ArgumentList ' submodule' , ' update' , ' --recursive' , ' --remote'
5959 Get-Content - Path ' use\components.txt' | ForEach-Object {
60- If (-not (Start-Process - ea ' continue' - Wait - FilePath ' lazbuild' - ArgumentList ' --verbose-pkgsearch' , $_ )) -and
60+ If (( -not (Start-Process - ea ' continue' - Wait - FilePath ' lazbuild' - ArgumentList ' --verbose-pkgsearch' , $_ )) -and
6161 (-not (Start-Process - ea ' continue' - Wait - FilePath ' lazbuild' - ArgumentList ' --add-package' , $_ )) -and
62- (-not (Test-Path - Path ' use\components.txt' )) {
62+ (-not (Test-Path - Path ' use\components.txt' ))) {
6363 $OutFile = PrivWget " https://packages.lazarus-ide.org/$ ( $_ ) .zip"
6464 Expand-Archive - Path $OutFile - DestinationPath " use\$ ( $_ ) " - Force
6565 Remove-Item $OutFile
You can’t perform that action at this time.
0 commit comments