Fix subdirectory name

This commit is contained in:
Simon Howard 2024-09-16 18:22:14 -04:00
parent e019fe8762
commit 8906e09f99
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Rule:
self.cfg = read_config(self.lmp_file)
def wads(self):
yield join("extract", self.cfg["iwad"])
yield join("iwads", self.cfg["iwad"])
pwad = self.cfg.get("pwad")
if pwad is not None:
yield join("extract", pwad)