Skip to content

Commit

Permalink
Add a file with expected hashes of all output files in the test export
Browse files Browse the repository at this point in the history
Don't ship gitignore
  • Loading branch information
henriquegemignani committed Sep 12, 2023
1 parent 60783fa commit de92e28
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/open_dread_rando/misc_patches/exefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def patch_exefs(exefs_patches: Path, configuration: dict):

provided_patches = files_path().joinpath("exefs_patches")
shutil.copytree(provided_patches, exefs_patches, dirs_exist_ok=True)
exefs_patches.joinpath(".gitignore").unlink()


def include_depackager(exefs_path: Path):
Expand Down
Loading

0 comments on commit de92e28

Please sign in to comment.