Skip to content

Commit

Permalink
Delete sub files (#17400)
Browse files Browse the repository at this point in the history
Fixes #17214

Summary of the issue:
#17214 changed the method of building html documents. Many .md.sub files will be generated in the process. These files are incorrectly included in the installer, increasing the installer size by about 2MB. After installing NVDA, it takes up an additional 30MB of space.
  • Loading branch information
wmhn1872265132 authored Nov 17, 2024
1 parent 32245d4 commit 2faead2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ def _genManifestTemplate(shouldHaveUIAccess: bool) -> tuple[int, int, bytes]:
+ (
"__pycache__",
"*.md",
"*.md.sub",
"*.xliff",
"*/user_docs/styles.css",
"*/user_docs/numberedHeadings.css",
Expand Down

0 comments on commit 2faead2

Please sign in to comment.