Fix subdirectory name

This commit is contained in:
Simon Howard 2024-09-16 18:22:14 -04:00
parent e019fe8762
commit 8906e09f99

View file

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