diff --git a/.builder/actions/crt_size_check.py b/.builder/actions/crt_size_check.py index b9c363a4..49c1d2c7 100644 --- a/.builder/actions/crt_size_check.py +++ b/.builder/actions/crt_size_check.py @@ -11,7 +11,7 @@ def run(self, env): # Maximum package size (for current platform) in bytes # NOTE: if you increase this, you might also need to increase the # limit in continuous-delivery/pack.sh - max_size = 8_000_000 + max_size = 8_250_000 # size of current folder folder_size = 0 # total size in bytes