Python BS + Mapmerge changes

This commit is contained in:
Daggertail
2022-02-21 04:29:11 -06:00
parent c410593ddc
commit 87d25f99d5
7 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -1 +1,2 @@
@call powershell.exe -NoLogo -ExecutionPolicy Bypass -File "%~dp0\python_.ps1" %*
@echo off
call powershell.exe -NoLogo -ExecutionPolicy Bypass -File "%~dp0\python_.ps1" %*
@@ -1,4 +1,4 @@
python36.zip
python37.zip
.
..\..\..
+1 -1
View File
@@ -50,7 +50,7 @@ if (!(Test-Path $PythonExe -PathType Leaf)) {
[System.IO.Compression.ZipFile]::ExtractToDirectory($Archive, $PythonDir)
# Copy a ._pth file without "import site" commented, so pip will work
Copy-Item "$Bootstrap/python36._pth" $PythonDir `
Copy-Item "$Bootstrap/python37._pth" $PythonDir `
-ErrorAction Stop
Remove-Item $Archive