From 112a0cc331ec260522e008fc923a82570d428944 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Tue, 15 Jun 2021 14:37:45 +0200 Subject: [PATCH] tools: prepare release 2.9 with ESP-IDFv4.3 --- Build-Installer.ps1 | 2 +- src/InnoSetup/IdfToolsSetup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build-Installer.ps1 b/Build-Installer.ps1 index 06d007f..2d79a15 100644 --- a/Build-Installer.ps1 +++ b/Build-Installer.ps1 @@ -114,7 +114,7 @@ function PrepareIdfPython { } function PrepareIdfPythonWheels { - PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-python-wheels\3.8-2021-01-21 ` + PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-python-wheels\3.8-2021-06-15 ` -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 diff --git a/src/InnoSetup/IdfToolsSetup.iss b/src/InnoSetup/IdfToolsSetup.iss index e741b26..d183c7c 100644 --- a/src/InnoSetup/IdfToolsSetup.iss +++ b/src/InnoSetup/IdfToolsSetup.iss @@ -58,7 +58,7 @@ #define OFFLINE = 'no'; #endif #ifndef PYTHONWHEELSVERSION - #define PYTHONWHEELSVERSION = '3.8-2021-01-21' + #define PYTHONWHEELSVERSION = '3.8-2021-06-15' #endif ; Tool for managing ESP-IDF environments