Skip to content

Commit

Permalink
Fix subdirectory name
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Sep 16, 2024
1 parent e019fe8 commit 8906e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerules
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8906e09

Please sign in to comment.