mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Properly add css
This commit is contained in:
parent
44ee531426
commit
997f5d267b
2 changed files with 9 additions and 5 deletions
|
|
@ -3764,6 +3764,7 @@ def is_repo_file(filename):
|
|||
and not filename.endswith(b'.idsig') \
|
||||
and not filename.endswith(b'.log.gz') \
|
||||
and os.path.basename(filename) not in [
|
||||
b'index.css',
|
||||
b'index.jar',
|
||||
b'index_unsigned.jar',
|
||||
b'index.xml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue