Skip to content

Commit

Permalink
Update build script w/py3.10 for H20
Browse files Browse the repository at this point in the history
  • Loading branch information
instance-id committed Feb 18, 2024
1 parent 49cbb56 commit d861eb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ if ($Version) {
Move-Item -Path $destination1\python2.7libs -Destination $folderVer\$searcher\python2.7libs
Move-Item -Path $destination1\python3.7libs -Destination $folderVer\$searcher\python3.7libs
Move-Item -Path $destination1\python3.9libs -Destination $folderVer\$searcher\python3.9libs
Move-Item -Path $destination1\python3.10libs -Destination $folderVer\$searcher\python3.10libs
Move-Item -Path $destination1\toolbar -Destination $folderVer\$searcher\toolbar

$listfiles = Get-ChildItem $folderVer -Recurse -File -Include '*.md', '*.txt'
Expand All @@ -92,4 +93,4 @@ if ($Version) {
Write-Host 'Update Complete'
} else {
Write-Host 'Update Complete'
}
}

0 comments on commit d861eb6

Please sign in to comment.