espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

When I use offline to install IDFv5, It need download with github #159

Closed WangShuoran closed 1 year ago

WangShuoran commented 1 year ago

I am forget screenshot, but when I install to something seem with riscv, it will need download with github.

igrr commented 1 year ago

Please attach the installer log file, it can be found in your profile's temporary directory.

WangShuoran commented 1 year ago

I am use powershell certutil.exe -hashfile .\esp-idf-tools-setup-offline-5.0.exe SHA1 to output hash is "6162696a9803e18b67ca1bea3040560f4ffb6d1f" it is ok, any thing can not download. But I have another version with SHA1 is “cb9342ea8ee52edd296d10ec0c72269f2c8c47a9” which will download: output.txt

WangShuoran commented 1 year ago

I confirm I download those at your official website, I don't know why I have last two version: image

I suggest give exe installer an SHA1 let us check, Thank you.

igrr commented 1 year ago

The newer one you have probably includes the fix for the missing tools issue, which was merged yesterday: https://github.com/espressif/idf-installer/pull/158

WangShuoran commented 1 year ago

Thank you. But I still suggest give exe installer an SHA1 let us check.