Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Dec 15, 2024
1 parent 313abca commit 8ddb9fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ def firefox():
item != 'tests' and
item != 'LICENSE' and
item != 'CONTRIBUTING.md' and
item != 'README.md' and
item != 'SECURITY.md' and
item != 'previews' and
item != 'py' and
item != 'wiki' and
item.find('.zip') == -1
):
s = os.path.join('../', item)
Expand Down

0 comments on commit 8ddb9fa

Please sign in to comment.