Fix and add cinema on windows
This commit is contained in:
@@ -89,6 +89,7 @@ def _read_ffmpeg_exe(archive_path: Path) -> bytes:
|
||||
def _write_member(archive: ZipFile, name: str, data: bytes) -> None:
|
||||
info = ZipInfo(name, date_time=ZIP_TIMESTAMP)
|
||||
info.compress_type = ZIP_STORED
|
||||
info.create_system = 3 # Unix; keep the bundle hash stable across hosts
|
||||
info.external_attr = 0o644 << 16
|
||||
archive.writestr(info, data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user