🐑 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:
Michael Pöhn 2024-01-29 16:10:34 +01:00
parent e24640da85
commit fb33ae58e2
No known key found for this signature in database
GPG key ID: 725F386C05529A5A
3 changed files with 52 additions and 0 deletions

View file

@ -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',