mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-10 07:11:34 +00:00
Fix subdirectory name
This commit is contained in:
parent
e019fe8762
commit
8906e09f99
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue