We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3a74c commit 52d0179Copy full SHA for 52d0179
1 file changed
distribution/windows/CellProfiler-Analyst.iss
@@ -35,7 +35,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
35
[Files]
36
Source: "D:\a\CellProfiler-Analyst\CellProfiler-Analyst\dist\CellProfiler-Analyst\CellProfiler-Analyst.exe"; DestDir: "{app}"; Flags: ignoreversion
37
Source: "D:\a\CellProfiler-Analyst\CellProfiler-Analyst\dist\CellProfiler-Analyst\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
38
-Source: "C:\hostedtoolcache\windows\jdk\14.0.1\x64\*"; DestDir: "{app}\java"; Flags: recursesubdirs
+Source: "C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.20-8\x64\*"; DestDir: "{app}\java"; Flags: recursesubdirs
39
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
40
41
[Icons]
0 commit comments