mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
🐑 naive alt-store support
Naive shot at implementing alt store support. Might still be missing important bits and pices I'm not aware of.
This commit is contained in:
parent
e24640da85
commit
fb33ae58e2
3 changed files with 52 additions and 0 deletions
|
|
@ -4155,6 +4155,7 @@ def is_repo_file(filename, for_gpg_signing=False):
|
|||
if isinstance(filename, str):
|
||||
filename = filename.encode('utf-8', errors="surrogateescape")
|
||||
ignore_files = [
|
||||
b'altstore-index.json',
|
||||
b'entry.jar',
|
||||
b'index-v1.jar',
|
||||
b'index.css',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue