Skip to content

Commit 3fd5cee

Browse files
Correct Windows installer links for 3.11.0 and 4.0.0
As of Daffodil 3.11.0, the Windows installer helper binaries switched from an .msi to an .exe extension. But the release pages still incorrectly reference the old .msi extension. This fixes that to use the correct extension so release download links work correctly.
1 parent 4831a9f commit 3fd5cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/_releases/3.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source-dist:
1212
binary-dist:
1313
- "apache-daffodil-3.11.0-bin.tgz"
1414
- "apache-daffodil-3.11.0-bin.zip"
15-
- "apache-daffodil-3.11.0-bin.msi"
15+
- "apache-daffodil-3.11.0-bin.exe"
1616
- "apache-daffodil-3.11.0-1.noarch.rpm"
1717

1818
scala-version: 2.13

site/_releases/4.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source-dist:
1212
binary-dist:
1313
- "apache-daffodil-4.0.0-bin.tgz"
1414
- "apache-daffodil-4.0.0-bin.zip"
15-
- "apache-daffodil-4.0.0-bin.msi"
15+
- "apache-daffodil-4.0.0-bin.exe"
1616
- "apache-daffodil-4.0.0-1.noarch.rpm"
1717

1818
scala-version: 3

0 commit comments

Comments
 (0)