5 lines
131 B
Ruby
5 lines
131 B
Ruby
|
# frozen_string_literal: true
|
||
|
#
|
||
|
# Zip64 is needed to support archives with more than 65535 entries.
|
||
|
Zip.write_zip64_support = true
|