Skip to content

Commit

Permalink
tools: prepare release 2.9 with ESP-IDFv4.3 missing wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jun 15, 2021
1 parent 112a0cc commit 8b0ed87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Build-Installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param (
[String]
$Compression = 'lzma',
[String]
$IdfPythonWheelsVersion = '3.8-2021-01-21',
$IdfPythonWheelsVersion = '3.8-2021-06-15',
[String]
$InstallerType = 'online',
[String]
Expand Down Expand Up @@ -114,10 +114,10 @@ function PrepareIdfPython {
}

function PrepareIdfPythonWheels {
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-python-wheels\3.8-2021-06-15 `
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-python-wheels\$IdfPythonWheelsVersion `
-FilePath version.txt `
-DistZip idf-python-wheels-3.8-2021-06-15-win64.zip `
-DownloadUrl https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-3.8-2021-06-15-win64.zip
-DistZip idf-python-wheels-$IdfPythonWheelsVersion-win64.zip `
-DownloadUrl https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-$IdfPythonWheelsVersion-win64.zip
}

function PrepareIdfEclipse {
Expand Down

0 comments on commit 8b0ed87

Please sign in to comment.