Skip to content

Commit 6b584a0

Browse files
committed
use Eclipse without root folder
1 parent c9e9001 commit 6b584a0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Build-Installer.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ function PrepareIdfPythonWheels {
124124
}
125125

126126
function PrepareIdfEclipse {
127-
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-eclipse\2021-06-R-win-iep220 `
128-
-FilePath eclipse\eclipse.exe `
129-
-DistZip idf-eclipse-2021-06-R-win-iep220.zip `
130-
-DownloadUrl https://s3.cn-north-1.amazonaws.com.cn/espdldata/dl/idf-eclipse/eclipse-cpp-2021-06-R-win-iep220.zip
127+
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-eclipse\2021-09 `
128+
-FilePath eclipse.exe `
129+
-DistZip idf-eclipse-2021-09-win64.zip `
130+
-DownloadUrl https://dl.espressif.com/dl/idf-eclipse/idf-eclipse-2021-09-win64.zip
131131
}
132132

133133
function PrepareIdfDriver {

src/InnoSetup/Eclipse.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
function GetEclipsePath(FileName:String): String;
66
begin
7-
Result := ExpandConstant('{app}\tools\idf-eclipse\{#ECLIPSE_VERSION}\eclipse\') + FileName;
7+
Result := ExpandConstant('{app}\tools\idf-eclipse\{#ECLIPSE_VERSION}\') + FileName;
88
end;
99
1010
function GetEclipseExePath():String;

src/InnoSetup/IdfToolsSetup.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
#define GitInstallerName "idf-git-" + GITVERSION + "-win64.zip"
2626
#define GitInstallerDownloadURL "https://dl.espressif.com/dl/idf-git/" + GitInstallerName
2727

28-
#define ECLIPSE_VERSION "2021-06-R-win-iep220"
29-
#define ECLIPSE_INSTALLER "eclipse-cpp-" + ECLIPSE_VERSION + ".zip"
30-
#define ECLIPSE_DOWNLOADURL "https://s3.cn-north-1.amazonaws.com.cn/espdldata/dl/idf-eclipse/" + ECLIPSE_INSTALLER
28+
#define ECLIPSE_VERSION "2021-09"
29+
#define ECLIPSE_INSTALLER "idf-eclipse-" + ECLIPSE_VERSION + "-win64.zip"
30+
#define ECLIPSE_DOWNLOADURL "https://dl.espressif.com/dl/idf-eclipse/" + ECLIPSE_INSTALLER
3131

3232
#define IDFVersionsURL "https://dl.espressif.com/dl/esp-idf/idf_versions.txt"
3333

0 commit comments

Comments
 (0)