Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-07-03 20:13:16 +0300
committerRobert Adam <dev@robert-adam.de>2020-07-08 18:55:46 +0300
commit47d32fde44516a341e9413e4a4fc10284cf5b1de (patch)
tree207339103ebb627c488ba7cdac2e74a305ae2b6d /installer
parent870f0c3cfe8c54be6b9542e1608368bf0f6f78ee (diff)
MAINT(readme): Deleted README in favor of README.md
Mainting 2 README files that should basically contain the same content is very error prone in case someone edits one and forgets about the other. Thus the Windows installer will now ship the markdown version of the README as well. It should still be readable - just a little less pretty if no Markdown-viewer is available.
Diffstat (limited to 'installer')
-rw-r--r--installer/Files.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/Files.wxs b/installer/Files.wxs
index f2853e19c..315ba3bed 100644
--- a/installer/Files.wxs
+++ b/installer/Files.wxs
@@ -169,7 +169,7 @@
<File Source="$(var.SourceDir)\installer\gpl.txt" Name="licence.txt" KeyPath="yes" />
</Component>
<Component Id="Readme.txt" Guid="$(var.ReadMeTextGuid)">
- <File Source="$(var.SourceDir)\README" Name="Readme.txt" KeyPath="yes" />
+ <File Source="$(var.SourceDir)\README.md" Name="Readme.md" KeyPath="yes" />
</Component>
<Component Id="Changes.txt">
<File Source="$(var.SourceDir)\CHANGES" Name="Changes.txt" KeyPath="yes" />