From ac1838aad639990faa6fd9212b666e9019a4d0f4 Mon Sep 17 00:00:00 2001 From: Silent Spud <1478389+SilentSpud@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:24:11 -0600 Subject: [PATCH] Add file size limit --- specification/versions/2.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/versions/2.2.md b/specification/versions/2.2.md index 22458dd..df20d77 100644 --- a/specification/versions/2.2.md +++ b/specification/versions/2.2.md @@ -1,7 +1,7 @@ # OpenIV Package format – Version 2.2 ## Summary -OIV Package version 2.2 must be a [ZIP archive](https://en.wikipedia.org/wiki/Zip_\(file_format\)) without password, the compression level is not important. Only "Stored" and "Deflate" compression methods are supported. +OIV Package version 2.2 must be a [ZIP archive](https://en.wikipedia.org/wiki/Zip_\(file_format\)) without password, the compression level is not important. Only "Stored" and "Deflate" compression methods are supported, and the maximum zip size is 4GB. ## Table of Contents - [Summary](#summary) @@ -627,4 +627,4 @@ The following example is showing how to add or replace file inside GTA V update. ``` ## Package Example -You can download example package [here](https://github.com/OpenIV-Team/OpenIV-PackageFormat/tree/master/specification/examples/v2.2) \ No newline at end of file +You can download example package [here](https://github.com/OpenIV-Team/OpenIV-PackageFormat/tree/master/specification/examples/v2.2)