Skip to content

Commit 556badd

Browse files
committed
Build fix
1 parent e6ca6d9 commit 556badd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
formats = plugin.get("formats", [])
4343
is_fx = plugin.get("type", "").lower() == "fx"
4444

45-
if not zip_path.is_file():
46-
print(f"Missing zip file for {name}: {zip_path}")
47-
continue
48-
4945
build_dir = builds_parent_dir / f"Build-{name}"
5046
print(f"\nProcessing: {name}")
5147

0 commit comments

Comments
 (0)