Skip to content

Commit 72c75f4

Browse files
authored
Fix msvc build artifact filename (CleverRaven#70889)
1 parent 48afc0a commit 72c75f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/windist.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ $extras = "data", "doc", "gfx", "LICENSE.txt", "LICENSE-OFL-Terminus-Font.txt",
1414
ForEach ($extra in $extras) {
1515
cp -r $extra bindist
1616
}
17-
Compress-Archive -Force -Path bindist/* -DestinationPath "cataclysmdda-0.F.zip"
17+
Compress-Archive -Force -Path bindist/* -DestinationPath "cataclysmdda-0.I.zip"

0 commit comments

Comments
 (0)