aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-20 08:10:24 +0200
committerSven Gothel <[email protected]>2023-05-20 08:10:24 +0200
commit72b08cf8fbf51c1467975b9e1213e38a2c7a9516 (patch)
treeaafd09cfa515ca452d8abab4218ecd629b9e8a72
parent4fffef2ca42494526254029279b56016efe176f6 (diff)
build.xml: Fix 7z archive: README.{txt -> md}
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 34c0ef8..9c59b4a 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -869,7 +869,7 @@
<copy todir="${archive}/www">
<fileset dir="${project.root}/www" includes="*" />
</copy>
- <copy file="../README.txt" todir="${archive}"/>
+ <copy file="../README.md" todir="${archive}"/>
<copy file="../LICENSE.txt" todir="${archive}"/>
<archive.7z destfile="${build}/${archive.name}.7z"
basedir="${build}"