Polish version guard follow-ups
This commit is contained in:
parent
9bd22d5d98
commit
85f9ad6ee9
2 changed files with 4 additions and 2 deletions
|
|
@ -83,6 +83,8 @@ def build_fixture(root: str, cli_path: str) -> str:
|
|||
with open(os.path.join(contents_path, "Info.plist"), "wb") as handle:
|
||||
plistlib.dump(info, handle)
|
||||
|
||||
# Regular files are enough here because the fallback scan keys off the
|
||||
# ".app" suffix before it ever tries to inspect bundle contents.
|
||||
for index in range(JUNK_APP_COUNT):
|
||||
open(os.path.join(resources_path, f"junk-{index:05d}.app"), "wb").close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue