mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Don't process the README.md
This commit is contained in:
parent
7008320719
commit
fe8ef7c596
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user