Skip to content

Commit 7b809e8

Browse files
committed
remove patch from zip
1 parent db60e61 commit 7b809e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/templates/generate.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -481,11 +481,6 @@ <h4 class="font-bold mb-2">🔌 MCPs (${grouped.mcps.length})</h4>
481481
zip.file(path, content);
482482
});
483483

484-
// Also add the patch file if it exists
485-
if (patchContent) {
486-
zip.file('gitrules-config.patch', patchContent);
487-
}
488-
489484
// Generate the ZIP file
490485
const zipBlob = await zip.generateAsync({ type: 'blob' });
491486

0 commit comments

Comments
 (0)