From eeec8952de09b2605d8f6b87e0f6ea9a60c07323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Mich=C3=A1lek?= Date: Tue, 26 Jan 2021 14:21:44 +0100 Subject: [PATCH] bugfix: revert command for invoking iscc --- tools/windows/tool_setup/build_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/windows/tool_setup/build_installer.sh b/tools/windows/tool_setup/build_installer.sh index 6c30f09785..1c3842414d 100755 --- a/tools/windows/tool_setup/build_installer.sh +++ b/tools/windows/tool_setup/build_installer.sh @@ -51,4 +51,4 @@ wget --no-verbose -O idf_versions.txt https://dl.espressif.com/dl/esp-idf/idf_ve echo "Running ISCC..." # https://jrsoftware.org/ishelp/index.php?topic=compilercmdline -iscc /F "esp-idf-tools-setup-$INSTALLER_TYPE-unsigned" idf_tool_setup.iss +iscc idf_tool_setup.iss