mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
Change amends95e9f8da9aafter new version of win templates were introduced. Change-Id: Idd370025201c66e3da5a3bde71573ad8461c4164 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commitab2ec09a76) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
13 lines
684 B
PowerShell
13 lines
684 B
PowerShell
# Parameters:
|
|
# - Arch 32/64
|
|
# - installer sha1
|
|
# - install target dir
|
|
# - version
|
|
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
|
|
|
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "f8d42a421db25a01b53f0c135a9a74ddae042643" "C:\Python37_64" "3.7.9"
|
|
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "3ee4e92a8ef94c70fb56859503fdc805d217d689" "C:\Python310_64" "3.10.0"
|
|
# default ones
|
|
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "a8ac14ee5486547caf84abdf151be22d9d069c0a" "C:\Python38_64" "3.8.1" $true
|
|
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "14ff2c2e5538b03a012cb4c9d519d970444ebd42" "C:\Python38_32" "3.8.1" $true
|