We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48afc0a commit 72c75f4Copy full SHA for 72c75f4
build-scripts/windist.ps1
@@ -14,4 +14,4 @@ $extras = "data", "doc", "gfx", "LICENSE.txt", "LICENSE-OFL-Terminus-Font.txt",
14
ForEach ($extra in $extras) {
15
cp -r $extra bindist
16
}
17
-Compress-Archive -Force -Path bindist/* -DestinationPath "cataclysmdda-0.F.zip"
+Compress-Archive -Force -Path bindist/* -DestinationPath "cataclysmdda-0.I.zip"
0 commit comments