aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-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}"