mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 07:13:57 +08:00
5 lines
77 B
Ruby
5 lines
77 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'zip'
|
|
|
|
Zip.write_zip64_support = true
|