Don't process the README.md

This commit is contained in:
Henrik Rydgård 2021-09-21 01:03:16 +02:00
parent 7008320719
commit fe8ef7c596

View File

@ -216,7 +216,7 @@ fn main() {
}
for filename in filenames {
if filename == "langtool" {
if filename == "langtool" || !filename.ends_with("ini") {
// Get this from cargo run for some reason.
continue;
}